summaryrefslogtreecommitdiffstats
path: root/support/export/nfsctl.c
diff options
context:
space:
mode:
authorneilbrown <neilbrown>2004-09-15 01:58:37 +0000
committerneilbrown <neilbrown>2004-09-15 01:58:37 +0000
commit553caba3865667724291106d919e7c3fdf9534aa (patch)
tree3540d319d70f7fa3d5c6e05c1c2ce24e4bdc85ac /support/export/nfsctl.c
parentfcb905a5392c31a4c31e7d9e616e691d61358731 (diff)
downloadnfs-utils-553caba3865667724291106d919e7c3fdf9534aa.tar.gz
nfs-utils-553caba3865667724291106d919e7c3fdf9534aa.tar.xz
nfs-utils-553caba3865667724291106d919e7c3fdf9534aa.zip
Prepare to support gss authentication and idmap looks for nfsv4
Diffstat (limited to 'support/export/nfsctl.c')
-rw-r--r--support/export/nfsctl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/support/export/nfsctl.c b/support/export/nfsctl.c
index 5f5accc..e9ffeb5 100644
--- a/support/export/nfsctl.c
+++ b/support/export/nfsctl.c
@@ -27,7 +27,7 @@ export_export(nfs_export *exp)
struct nfsctl_export exparg;
struct nfsctl_client cltarg;
- if (!clp->m_exported) {
+ if (!clp->m_exported && (clp->m_type != MCL_GSS)) {
if (!cltsetup(&cltarg, clp))
return 0;
if (nfsaddclient(&cltarg) < 0)