diff options
Diffstat (limited to 'support/export/client.c')
-rw-r--r-- | support/export/client.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/support/export/client.c b/support/export/client.c index dbfc2b1..ba2db8f 100644 --- a/support/export/client.c +++ b/support/export/client.c @@ -178,6 +178,7 @@ out_badprefix: static int init_netmask6(nfs_client *UNUSED(clp), const char *UNUSED(slash)) { + return 0; } #endif /* IPV6_SUPPORTED */ |