Cosmetic: +comment about g_log_set_always_fatal() use by sandbox parent
authorshort <>
Sat, 7 Jun 2003 06:41:21 +0000 (06:41 +0000)
committershort <>
Sat, 7 Jun 2003 06:41:21 +0000 (06:41 +0000)
src/client/cmdline/main.c

index a9fe5d8..b63e5dc 100644 (file)
@@ -219,6 +219,10 @@ GError *gerr=NULL;
 const char *cmd_cd_root_args[]={"/",NULL};
 struct captive_options options;
 
+       /* Do not set g_log_set_always_fatal() here as we would not be able
+        * to restart failed children due to communication-failure alarms.
+        */
+
        /* Initialize the i18n stuff */
        setlocale(LC_ALL,"");
        bindtextdomain(PACKAGE,LOCALEDIR);