summaryrefslogtreecommitdiffstats
path: root/usr.sbin/popa3d/pop_auth.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/popa3d/pop_auth.c')
-rw-r--r--usr.sbin/popa3d/pop_auth.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/popa3d/pop_auth.c b/usr.sbin/popa3d/pop_auth.c
index cbec928bc1d..19bd6d637fb 100644
--- a/usr.sbin/popa3d/pop_auth.c
+++ b/usr.sbin/popa3d/pop_auth.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: pop_auth.c,v 1.2 2001/09/21 20:22:06 camield Exp $ */
+/* $OpenBSD: pop_auth.c,v 1.3 2003/05/12 19:28:22 camield Exp $ */
/*
* AUTHORIZATION state handling.
@@ -46,7 +46,7 @@ static struct pop_command pop_auth_commands[] = {
{"QUIT", pop_auth_quit},
{"USER", pop_auth_user},
{"PASS", pop_auth_pass},
- {NULL}
+ {NULL, NULL}
};
int do_pop_auth(int channel)