mirror of
https://github.com/samba-team/samba.git
synced 2024-12-22 13:34:15 +03:00
smbd: Fix format errors on FreeBSD10
Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
This commit is contained in:
parent
6104b1fe98
commit
13015a12ea
@ -155,7 +155,7 @@ int sys_get_nfs_quota(const char *path, const char *bdev,
|
||||
|
||||
DEBUG(10, ("sys_get_nfs_quotas: Asking for quota of path '%s' on "
|
||||
"host '%s', rpcprog '%i', rpcvers '%i', network '%s'\n",
|
||||
host, testpath+1, RQUOTAPROG, RQUOTAVERS, "udp"));
|
||||
host, testpath+1, (int)RQUOTAPROG, (int)RQUOTAVERS, "udp"));
|
||||
|
||||
clnt = clnt_create(host, RQUOTAPROG, RQUOTAVERS, "udp");
|
||||
if (clnt == NULL) {
|
||||
|
Loading…
Reference in New Issue
Block a user