X-Git-Url: https://git.decadent.org.uk/gitweb/?p=nfs-utils.git;a=blobdiff_plain;f=utils%2Fmountd%2Ffsloc.c;h=e2add2d8f24c7802b3184312cce0de0379752f35;hp=5b094b09f4eb9d7bb2ce1fc7731cf8f51abd1c3c;hb=014e00dfaea0efc92150e2aedc5ca43aa337545e;hpb=5fe51292e188a4a78dea81c2c13f2dbe614a2536 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) {