diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/conf.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1860,7 +1860,7 @@ parse_aline(const char *cmd, struct Client *source_p, char **target_server, char **reason) { int found_tkline_time=0; - static char def_reason[] = "No Reason"; + static char def_reason[] = CONF_NOREASON; static char user[USERLEN*4+1]; static char host[HOSTLEN*4+1]; |