Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix return value for mount_getexports
Signed-off-by: Ronnie Sahlberg <ronniesahlberg@gmail.com>
  • Loading branch information
sahlberg committed Jun 4, 2020
1 parent 4f1925c commit edce665
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/libnfs-sync.c
Expand Up @@ -1907,7 +1907,7 @@ mount_getexports_timeout(const char *server, int timeout)
struct exportnode *
mount_getexports(const char *server)
{
mount_getexports_timeout(server, -1);
return mount_getexports_timeout(server, -1);
}

void
Expand Down

0 comments on commit edce665

Please sign in to comment.