summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/conf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/conf.c b/src/conf.c
index e581f55..cfbfcc9 100644
--- a/src/conf.c
+++ b/src/conf.c
@@ -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];