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