summaryrefslogtreecommitdiffstats
path: root/utils/gssd/gss_util.h
diff options
context:
space:
mode:
authorDavid Hardeman <david@hardeman.nu>2015-01-21 16:39:57 -0500
committerSteve Dickson <steved@redhat.com>2015-01-23 14:19:09 -0500
commit64be4b7178b1a44b7d7f8127f582200c21830328 (patch)
tree689e18bc1d294682664128b7a3ea08d72e93e6e1 /utils/gssd/gss_util.h
parent5320b4dc5c307c0c864474cec90cb6a2cae30eb0 (diff)
downloadnfs-utils-64be4b7178b1a44b7d7f8127f582200c21830328.tar.gz
nfs-utils-64be4b7178b1a44b7d7f8127f582200c21830328.tar.xz
nfs-utils-64be4b7178b1a44b7d7f8127f582200c21830328.zip
gssd - move over pipfs scanning code
Move all rpc_pipefs scanning code from gssd_proc.c to gssd.c in preparation for later patches. Signed-off-by: David Hardeman <david@hardeman.nu> Signed-off-by: Steve Dickson <steved@redhat.com>
Diffstat (limited to 'utils/gssd/gss_util.h')
-rw-r--r--utils/gssd/gss_util.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/utils/gssd/gss_util.h b/utils/gssd/gss_util.h
index c81fc5a..aa9f778 100644
--- a/utils/gssd/gss_util.h
+++ b/utils/gssd/gss_util.h
@@ -52,6 +52,4 @@ int gssd_check_mechs(void);
gss_krb5_set_allowable_enctypes(min, cred, num, types)
#endif
-extern int avoid_dns;
-
#endif /* _GSS_UTIL_H_ */