patch-src_svc_auth_c 446 B

123456789101112
  1. --- libtirpc-1.0.1.orig/src/svc_auth.c 2015-10-30 16:15:14.000000000 +0100
  2. +++ libtirpc-1.0.1/src/svc_auth.c 2015-11-29 16:39:17.807381054 +0100
  3. @@ -114,9 +114,6 @@ _gss_authenticate(rqst, msg, no_dispatch
  4. case AUTH_SHORT:
  5. dummy = _svcauth_short(rqst, msg);
  6. return (dummy);
  7. - case AUTH_DES:
  8. - dummy = _svcauth_des(rqst, msg);
  9. - return (dummy);
  10. #ifdef HAVE_RPCSEC_GSS
  11. case RPCSEC_GSS:
  12. dummy = _svcauth_gss(rqst, msg, no_dispatch);