summaryrefslogtreecommitdiff
path: root/package/libtirpc/patches/patch-src_svc_auth_c
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2015-12-06 10:24:52 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2015-12-06 10:25:35 +0100
commitbe49c58d77ce855f902728b0c68fc10bafee6257 (patch)
treeed0c6965ec9ce26d0257cfa6514ce60ed9b74d95 /package/libtirpc/patches/patch-src_svc_auth_c
parent97643b0bf020cced1ba9c66e74604800b74a7b34 (diff)
libtirpc: update to latest stable version
Diffstat (limited to 'package/libtirpc/patches/patch-src_svc_auth_c')
-rw-r--r--package/libtirpc/patches/patch-src_svc_auth_c12
1 files changed, 12 insertions, 0 deletions
diff --git a/package/libtirpc/patches/patch-src_svc_auth_c b/package/libtirpc/patches/patch-src_svc_auth_c
new file mode 100644
index 000000000..05436f3b7
--- /dev/null
+++ b/package/libtirpc/patches/patch-src_svc_auth_c
@@ -0,0 +1,12 @@
+--- libtirpc-1.0.1.orig/src/svc_auth.c 2015-10-30 16:15:14.000000000 +0100
++++ libtirpc-1.0.1/src/svc_auth.c 2015-11-29 16:39:17.807381054 +0100
+@@ -114,9 +114,6 @@ _gss_authenticate(rqst, msg, no_dispatch
+ case AUTH_SHORT:
+ dummy = _svcauth_short(rqst, msg);
+ return (dummy);
+- case AUTH_DES:
+- dummy = _svcauth_des(rqst, msg);
+- return (dummy);
+ #ifdef HAVE_RPCSEC_GSS
+ case RPCSEC_GSS:
+ dummy = _svcauth_gss(rqst, msg, no_dispatch);