DA: Add exception check for time logic
[platform/upstream/connman.git] / plugins / nmcompat.c
old mode 100644 (file)
new mode 100755 (executable)
index 883ce9b..274baab
@@ -173,7 +173,7 @@ static void offline_mode(bool enabled)
        current_service = NULL;
 }
 
-static struct connman_notifier notifier = {
+static const struct connman_notifier notifier = {
        .name                   = "nmcompat",
        .priority               = CONNMAN_NOTIFIER_PRIORITY_DEFAULT,
        .default_changed        = default_changed,