summaryrefslogtreecommitdiff
path: root/src/conf.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/conf.c')
-rw-r--r--src/conf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/conf.c b/src/conf.c
index 6f2a05e..6e65aeb 100644
--- a/src/conf.c
+++ b/src/conf.c
@@ -347,7 +347,7 @@ verify_access(struct Client *client_p)
"%s spoofing: %s as %s",
client_p->name, client_p->host, conf->name);
strlcpy(client_p->host, conf->name, sizeof(client_p->host));
- SetIPSpoof(client_p);
+ AddFlag(client_p, FLAGS_IP_SPOOFING | FLAGS_AUTH_SPOOF);
}
return(attach_iline(client_p, conf));