X-Git-Url: https://git.decadent.org.uk/gitweb/?p=nfs-utils.git;a=blobdiff_plain;f=utils%2Fmount%2Fnfs4mount.c;h=2a58d0ae08e1208479d85f0c72987022f01bd97c;hp=8aa13c6cf76f7655c158ec44b7762f79e257f868;hb=89fb5a45d2020aaee203dd9016d98c3ff9d9f991;hpb=16bda5364478e0b2d00ec3dc0ac534d775ab37bb diff --git a/utils/mount/nfs4mount.c b/utils/mount/nfs4mount.c index 8aa13c6..2a58d0a 100644 --- a/utils/mount/nfs4mount.c +++ b/utils/mount/nfs4mount.c @@ -352,6 +352,10 @@ int nfs4mount(const char *spec, const char *node, int *flags, /* * Give a warning if the rpc.idmapd daemon is not running */ +#if 0 + /* We shouldn't have these checks as nothing in this package + * creates the files that are checked + */ idmapd_check(); if (num_flavour == 0) @@ -362,6 +366,7 @@ int nfs4mount(const char *spec, const char *node, int *flags, */ gssd_check(); } +#endif data.auth_flavourlen = num_flavour; data.auth_flavours = pseudoflavour;