Fixing the wrong assignment of multicastServiceName

Change-Id: I9ba252d005792bcbba0627c3145b3d12baa3e56f
diff --git a/app/src/main/java/org/opencord/olt/impl/Olt.java b/app/src/main/java/org/opencord/olt/impl/Olt.java
index fd27bd3..78b8ecf 100644
--- a/app/src/main/java/org/opencord/olt/impl/Olt.java
+++ b/app/src/main/java/org/opencord/olt/impl/Olt.java
@@ -155,9 +155,9 @@
     protected String defaultBpId = DEFAULT_BP_ID_DEFAULT;
 
     /**
-     * Deleting Meters based on flow count statistics.
+     * Default multicast service name.
      **/
-    protected String multicastServiceName = DEFAULT_MCAST_SERVICE_NAME;
+    protected String multicastServiceName = DEFAULT_MCAST_SERVICE_NAME_DEFAULT;
 
     private final DeviceListener deviceListener = new InternalDeviceListener();
     private final ClusterEventListener clusterListener = new InternalClusterListener();