Bug fix of state transition

Change-Id: I39ed6aa6e0ae99f2739bf8e98471d1bb916022f0
diff --git a/VERSION b/VERSION
index 3eefcb9..7dea76e 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-1.0.0
+1.0.1
diff --git a/xos/synchronizer/helpers.py b/xos/synchronizer/helpers.py
index 7d66e8f..4c71978 100644
--- a/xos/synchronizer/helpers.py
+++ b/xos/synchronizer/helpers.py
@@ -68,7 +68,7 @@
             elif ntt_si.authentication_state != "APPROVED":
                 return [True, "IEEE802.1X authentication has not been done yet."]
         else:
-            pass
+            ntt_si.authentication_state = "APPROVED"
 
         log.debug("Adding subscriber with info",
             uni_port_id = ntt_si.uni_port_id,