don't log an error if we cailed the name to uid/gid mapping

we already convert this into "65534" anyway so there is no point in
also logging an error if we failed the name to uid/gid mapping.

Signed-off-by: Ronnie Sahlberg <ronniesahlberg@gmail.com>
libnfs-4.0.0-vitalif
Ronnie Sahlberg 2018-02-16 11:43:04 +10:00
parent c23ab1637d
commit 54405d994e
1 changed files with 0 additions and 1 deletions

View File

@ -424,7 +424,6 @@ nfs_get_ugid(struct nfs_context *nfs, const char *buf, int slen, int is_user)
}
}
#endif
nfs_set_error(nfs, "Bad digit in fattr3 uid/gid");
return 65534;
}
buf++;