Fix svace 'UNREACHABLE_CODE.NO_PATH' warnings
[platform/upstream/connman.git] / src / technology.c
index 39b0cfa..440d7eb 100644 (file)
@@ -1406,9 +1406,10 @@ void __connman_technology_scan_stopped(struct connman_device *device,
        reply_scan_pending_device(technology, ifname, count);
 
        return;
-#endif
+#else
        if (count == 0)
                reply_scan_pending(technology, 0);
+#endif
 }
 
 void __connman_technology_notify_regdom_by_device(struct connman_device *device,