We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eede2c2 commit 6a57199Copy full SHA for 6a57199
nob.c
@@ -282,6 +282,8 @@ void setup_lightdm_helper_flags(void) {
282
strcpy(lightdm_helper_path, "/usr/local/libexec/wpc/lightdm_helper");
283
}
284
285
+ // set enable_lightdm_helper to true if enable_helper_var is not equal
286
+ // to 0. if enable_helper_var is NULL, default to true
287
if (enable_helper_var != NULL) {
288
enable_lightdm_helper = strcmp(enable_helper_var, "0") != 0;
289
0 commit comments