From dd34af0a5ac5b6388d62a13098b6dfd262a295d4 Mon Sep 17 00:00:00 2001 From: Ramakrishnan Muthukrishnan Date: Wed, 23 Feb 2022 13:03:50 +0530 Subject: [PATCH] Revert "discovery: do not autostart" This reverts commit 5684668aa4979e5cda836f0b5a341f8424b5340d. --- protocols.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/protocols.c b/protocols.c index 006ab2d..8334244 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=FALSE; + autostart=TRUE; value=getProperty("autostart"); if(value) autostart=atoi(value); -- 2.45.2