summaryrefslogtreecommitdiffstats
path: root/c/src/librpc/src/svc_auth.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--c/src/librpc/src/svc_auth.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/c/src/librpc/src/svc_auth.c b/c/src/librpc/src/svc_auth.c
index f5634d8c37..e1943ace8f 100644
--- a/c/src/librpc/src/svc_auth.c
+++ b/c/src/librpc/src/svc_auth.c
@@ -62,11 +62,13 @@ enum auth_stat _svcauth_short(); /* short hand unix style */
static struct {
enum auth_stat (*authenticator)();
} svcauthsw[] = {
+ {
_svcauth_null, /* AUTH_NULL */
#ifdef MR
_svcauth_unix, /* AUTH_UNIX */
_svcauth_short /* AUTH_SHORT */
#endif
+ }
};
#ifdef MR