summaryrefslogtreecommitdiffstats
path: root/utils/mountd/fsloc.c
diff options
context:
space:
mode:
Diffstat (limited to 'utils/mountd/fsloc.c')
-rw-r--r--utils/mountd/fsloc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/mountd/fsloc.c b/utils/mountd/fsloc.c
index 5b094b0..e2add2d 100644
--- a/utils/mountd/fsloc.c
+++ b/utils/mountd/fsloc.c
@@ -146,7 +146,7 @@ static struct servers *method_list(char *data)
}
/* Returns appropriately filled struct servers, or NULL if had a problem */
-struct servers *replicas_lookup(int method, char *data, char *key)
+struct servers *replicas_lookup(int method, char *data)
{
struct servers *sp=NULL;
switch(method) {