X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=radsecproxy.c;h=d8500c16461bdf3fbcb6a9646c7c8a6f34d009ca;hb=8b7224cfaf6961c48c018e6cfc500d577c8caaac;hp=5248c417bc68ca691ea9edc2d0ed7e695b79a3a1;hpb=39e90a8cfdfe5bc95d2d01aa680e328c3476ff33;p=radsecproxy.git diff --git a/radsecproxy.c b/radsecproxy.c index 5248c41..d8500c1 100644 --- a/radsecproxy.c +++ b/radsecproxy.c @@ -2297,14 +2297,9 @@ int dynamicconfig(struct server *server) { } if (status) { - if (WEXITSTATUS(status) == 10) { - debug(DBG_INFO, "dynamicconfig: command signals empty config"); - } - else { - debug(DBG_INFO, "dynamicconfig: command exited with status %d", - WEXITSTATUS(status)); - goto errexit; - } + debug(DBG_INFO, "dynamicconfig: command exited with status %d", + WEXITSTATUS(status)); + goto errexit; } if (ok)