X-Git-Url: https://git.decadent.org.uk/gitweb/?p=nfs-utils.git;a=blobdiff_plain;f=utils%2Fmountd%2Fauth.c;fp=utils%2Fmountd%2Fauth.c;h=2ed80bcfaef4aa6e4a37da9ca0034c20ae908317;hp=5a7ff8cd0fb81239eb5b717db3749bc7a665f196;hb=b25694320f2bdd79de82f2003209b8229eafff36;hpb=de108c531e29ba936a68a6efb99095ad6d6cec8f diff --git a/utils/mountd/auth.c b/utils/mountd/auth.c index 5a7ff8c..2ed80bc 100644 --- a/utils/mountd/auth.c +++ b/utils/mountd/auth.c @@ -20,6 +20,7 @@ #include "exportfs.h" #include "mountd.h" #include "xmalloc.h" +#include "v4root.h" enum auth_error { @@ -102,6 +103,8 @@ auth_reload() memset(&my_client, 0, sizeof(my_client)); xtab_export_read(); check_useipaddr(); + v4root_set(); + ++counter; return counter;