Revert "discovery: do not autostart"
authorRamakrishnan Muthukrishnan <ram@leastauthority.com>
Wed, 23 Feb 2022 07:33:50 +0000 (13:03 +0530)
committerRamakrishnan Muthukrishnan <ram@leastauthority.com>
Wed, 23 Feb 2022 07:33:50 +0000 (13:03 +0530)
This reverts commit 5684668aa4979e5cda836f0b5a341f8424b5340d.

protocols.c

index 006ab2da5ea415fdc4539f7619b8eb645871bea8..8334244bdcd673c97f0b03cee1b9851656757672 100644 (file)
@@ -86,7 +86,7 @@ void protocols_restore_state() {
   value=getProperty("enable_stemlab");
   if(value) enable_stemlab=atoi(value);
 #endif
-  autostart=FALSE;
+  autostart=TRUE;
   value=getProperty("autostart");
   if(value) autostart=atoi(value);