diff options
Diffstat (limited to '')
-rw-r--r-- | src/mds-respawn.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mds-respawn.c b/src/mds-respawn.c index bcbb7fe..3e3406a 100644 --- a/src/mds-respawn.c +++ b/src/mds-respawn.c @@ -292,8 +292,7 @@ int postinitialise_server(void) if (commands_args[i] == NULL) j++; else if (strequals(commands_args[i], "--initial-spawn")) - if ((commands_args[i] = strdup("--respawn")) == NULL) - goto pfail; + fail_if ((commands_args[i] = strdup("--respawn")) == NULL); /* Respawn dead and dead and buried servers.*/ |