summaryrefslogtreecommitdiffstats
path: root/usr.sbin/popa3d/pop_auth.c
diff options
context:
space:
mode:
authorcamield <camield@openbsd.org>2003-05-12 19:28:22 +0000
committercamield <camield@openbsd.org>2003-05-12 19:28:22 +0000
commit78012b2f0297f5abd0a9318d597cdf44bca6000f (patch)
tree311f715bd8dea280adf7baffb1e9c98e5d258286 /usr.sbin/popa3d/pop_auth.c
parentMore cleanup and fixes in url installs. (diff)
downloadwireguard-openbsd-78012b2f0297f5abd0a9318d597cdf44bca6000f.tar.xz
wireguard-openbsd-78012b2f0297f5abd0a9318d597cdf44bca6000f.zip
Sync to 0.6.2
- UIDL digest calculation has been improved - minor bug fixes - -V switch to show version
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)