summaryrefslogtreecommitdiff
path: root/tirpc/rpc/auth.h
diff options
context:
space:
mode:
authorMatthew N. Dodd <matthew.nygard.dodd@gmail.com>2011-06-20 13:35:54 -0400
committerSteve Dickson <steved@redhat.com>2011-06-20 13:35:54 -0400
commite716edbbed160423624f6c2f745debf10aad279b (patch)
tree2a42a7dd5eb16fbf209f80103dd23c3ccdacdb29 /tirpc/rpc/auth.h
parent6383fae17388f5cd7b4674995d13beed1e7fa087 (diff)
downloadti-rpc-e716edbbed160423624f6c2f745debf10aad279b.tar.gz
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 <steved@redhat.com>
Diffstat (limited to 'tirpc/rpc/auth.h')
-rw-r--r--tirpc/rpc/auth.h2
1 files changed, 1 insertions, 1 deletions
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