diff options
author | dane dane@31f1291d-b8d6-0310-a050-a5561fc1590b <dane dane@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864> | 2005-03-08 15:07:01 +0000 |
---|---|---|
committer | dane dane@31f1291d-b8d6-0310-a050-a5561fc1590b <dane dane@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864> | 2005-03-08 15:07:01 +0000 |
commit | 0ec837922c83c622029db57904b4053b0e13cfaf (patch) | |
tree | fc3e2a84f47e5de8a03bf5146ab47be9f505f0df /src/operserv.c | |
parent | 44c05660f42cb1b1868c31c37109a4c0fe6b8639 (diff) |
BUILD : 1.7.8 (611) BUGS : none NOTES : alogs display the real host instead of vhost.
git-svn-id: svn://svn.anope.org/anope/trunk@611 31f1291d-b8d6-0310-a050-a5561fc1590b
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@459 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'src/operserv.c')
-rw-r--r-- | src/operserv.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/operserv.c b/src/operserv.c index 4f189b560..2f595b038 100644 --- a/src/operserv.c +++ b/src/operserv.c @@ -866,7 +866,7 @@ void check_clones(User * user) "\2WARNING\2 - possible clones detected from %s", common_get_vhost(user)); alog("%s: possible clones detected from %s", s_OperServ, - common_get_vhost(user)); + user->host); i = CLONE_DETECT_SIZE - 1; if (warnings[0].host) free(warnings[0].host); |