Use printf(1) instead of 'echo -e' in tools/ scripts.
[radsecproxy.git] / radsecproxy.c
index 5248c41..5e9b5ca 100644 (file)
@@ -1758,7 +1758,7 @@ void *clientwr(void *arg) {
 
     conf = server->conf;
 
-#define ZZZ 60
+#define ZZZ 900
 
     if (server->dynamiclookuparg && !dynamicconfig(server)) {
        dynconffail = 1;
@@ -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)