diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-08-22 14:50:51 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-08-22 14:50:51 +0000 |
commit | e0d1bf7bbfa2e3c7e7e956ed352a03aaaa0a4a12 (patch) | |
tree | 521f9ccf29574f9997ddb94be82178703b6f63ee /mail/popd | |
parent | Fix build with gcc-3.4 (diff) |
Fix build with gcc-3.4
Notes
Notes:
svn path=/head/; revision=117028
Diffstat (limited to 'mail/popd')
-rw-r--r-- | mail/popd/files/patch-src_authenticate.c | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/mail/popd/files/patch-src_authenticate.c b/mail/popd/files/patch-src_authenticate.c new file mode 100644 index 000000000000..e174169a563d --- /dev/null +++ b/mail/popd/files/patch-src_authenticate.c @@ -0,0 +1,13 @@ + +$FreeBSD$ + +--- src/authenticate.c.orig Sun Aug 22 16:49:10 2004 ++++ src/authenticate.c Sun Aug 22 16:49:28 2004 +@@ -231,6 +231,7 @@ + case RAD_ACCESS_REJECT: + case RAD_ACCESS_CHALLENGE: + /* Fall through */ ++ break; + } + rad_close(authreq); + return(FALSE); |