From 7e81bf4bcfd3afca60ac85602236631eeee7df8a Mon Sep 17 00:00:00 2001 From: michael Date: Fri, 28 Mar 2014 17:27:16 +0000 Subject: - Backported -r3182 [s_user.c:check_xline(): use CONF_NOREASON for default reason] git-svn-id: svn://svn.ircd-hybrid.org/svnroot/ircd-hybrid/branches/8.1.x@3225 82007160-df01-0410-b94d-b575c5fd34c7 --- src/s_user.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/s_user.c b/src/s_user.c index 1403ca9..772c16a 100644 --- a/src/s_user.c +++ b/src/s_user.c @@ -1193,7 +1193,7 @@ check_xline(struct Client *source_p) if (conf->reason != NULL) reason = conf->reason; else - reason = "No Reason"; + reason = CONF_NOREASON; sendto_realops_flags(UMODE_REJ, L_ALL, SEND_NOTICE, "X-line Rejecting [%s] [%s], user %s [%s]", -- cgit