FR_INTEGER_BOUND_CHECK("retry_interval", data->retry_interval, >=, 4);
FR_INTEGER_BOUND_CHECK("retry_interval", data->retry_interval, <=, 3600);
+ /*
+ * Only checking the config. Don't start threads or anything else.
+ */
+ if (check_config) return 0;
+
/*
* If the filename is a glob, use "detail.work" as the
* work file name.
client->secret = client->shortname;
client->nas_type = talloc_strdup(data, "none"); /* Part of 'data' not dynamically allocated */
- /*
- * Only checking the config. Don't start threads or anything else.
- */
- if (check_config) return 0;
-
/*
* Create the communication pipes.
*/