X-Git-Url: https://git.decadent.org.uk/gitweb/?p=nfs-utils.git;a=blobdiff_plain;f=utils%2Fmountd%2Fcache.c;h=c57d3b0a326a16adf01c4ee9b083f01df470fab3;hp=0296f4efd19f187ea20bcfcf1d785e8a05f29bc3;hb=ba2d04e42f22276f0c990a4c2ce56c647ba9c235;hpb=e6b281c7a032ccb2a0f71ef983e50bf80b261dc1 diff --git a/utils/mountd/cache.c b/utils/mountd/cache.c index 0296f4e..c57d3b0 100644 --- a/utils/mountd/cache.c +++ b/utils/mountd/cache.c @@ -381,12 +381,6 @@ void cache_export(nfs_export *exp) { FILE *f; - if (exp->m_export.e_maptype != CLE_MAP_IDENT) { - xlog(L_ERROR, "%s: unsupported mapping; kernel supports only 'identity' (default)", - exp->m_export.m_path); - return; - } - f = fopen("/proc/net/rpc/auth.unix.ip/channel", "w"); if (!f) return;