From e716edbbed160423624f6c2f745debf10aad279b Mon Sep 17 00:00:00 2001 From: "Matthew N. Dodd" Date: Mon, 20 Jun 2011 13:35:54 -0400 Subject: auth_null used when auth_none is appropriate svc_auth.c uses a fake entry function for AUTH_NULL (AUTH_NONE) when the use of the svc_auth_none is appropriate. With the previous patches to make use of WRAP/UNWRAP svc_auth_none is required. Signed-off-by: Steve Dickson --- tirpc/rpc/auth.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tirpc') diff --git a/tirpc/rpc/auth.h b/tirpc/rpc/auth.h index 734e6b9..f669ae4 100644 --- a/tirpc/rpc/auth.h +++ b/tirpc/rpc/auth.h @@ -373,7 +373,7 @@ __END_DECLS __BEGIN_DECLS struct svc_req; struct rpc_msg; -enum auth_stat _svcauth_null (struct svc_req *, struct rpc_msg *); +enum auth_stat _svcauth_none (struct svc_req *, struct rpc_msg *); enum auth_stat _svcauth_short (struct svc_req *, struct rpc_msg *); enum auth_stat _svcauth_unix (struct svc_req *, struct rpc_msg *); __END_DECLS -- cgit v1.2.1