]> git.ipfire.org Git - thirdparty/rspamd.git/commitdiff
Do not use specific flag.
authorVsevolod Stakhov <vsevolod@highsecure.ru>
Sat, 1 Aug 2015 19:56:11 +0000 (20:56 +0100)
committerVsevolod Stakhov <vsevolod@highsecure.ru>
Sat, 1 Aug 2015 19:56:11 +0000 (20:56 +0100)
src/client/rspamc.c

index 2a49bc35bd4440f763a0516c9ddf6acd76258019..a8c65c2f8ac701a8d3c99ef63c4e359c749c7269 100644 (file)
@@ -805,7 +805,7 @@ rspamc_client_execute_cmd (struct rspamc_command *cmd, ucl_object_t *result,
        }
 
        if (!g_spawn_async_with_pipes (NULL, eargv, NULL,
-                       G_SPAWN_SEARCH_PATH|G_SPAWN_DEFAULT, NULL, NULL, &cld,
+                       G_SPAWN_SEARCH_PATH, NULL, NULL, &cld,
                        &infd, &outfd, &errfd, &err)) {
 
                rspamd_fprintf (stderr, "Cannot execute %s: %e", execute, err);