From: Ronnie Sahlberg Date: Sun, 28 Aug 2011 08:59:13 +0000 (+1000) Subject: callit_cb() : dont return a value from avoid function X-Git-Tag: upstream/1.9.6^2~326^2~15 X-Git-Url: https://git.piment-noir.org/?p=deb_libnfs.git;a=commitdiff_plain;h=b3740e09deeb7f9b2b361e4cb2e0c14547cb23ff callit_cb() : dont return a value from avoid function --- diff --git a/lib/libnfs-sync.c b/lib/libnfs-sync.c index e1f95ff..5d46e70 100644 --- a/lib/libnfs-sync.c +++ b/lib/libnfs-sync.c @@ -1219,7 +1219,7 @@ void callit_cb(struct rpc_context *rpc, int status, void *data _U_, void *privat /* check for dupes */ for (srvr = srv_data->srvrs; srvr; srvr = srvr->next) { if (!strcmp(hostdd, srvr->addr)) { - return 0; + return; } }