From 5684668aa4979e5cda836f0b5a341f8424b5340d Mon Sep 17 00:00:00 2001 From: Ramakrishnan Muthukrishnan Date: Tue, 22 Feb 2022 17:44:54 +0530 Subject: [PATCH] discovery: do not autostart --- protocols.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/protocols.c b/protocols.c index 8334244..006ab2d 100644 --- a/protocols.c +++ b/protocols.c @@ -86,7 +86,7 @@ void protocols_restore_state() { value=getProperty("enable_stemlab"); if(value) enable_stemlab=atoi(value); #endif - autostart=TRUE; + autostart=FALSE; value=getProperty("autostart"); if(value) autostart=atoi(value); -- 2.45.2