mirror of
https://github.com/samba-team/samba.git
synced 2025-01-15 23:24:37 +03:00
We use unsigned now, so use %u.
Jeremy.
This commit is contained in:
parent
289e2e25b9
commit
65c2a361a4
@ -508,7 +508,7 @@ int reply_trans(connection_struct *conn, char *inbuf,char *outbuf, int size, int
|
||||
}
|
||||
|
||||
|
||||
DEBUG(3,("trans <%s> data=%d params=%d setup=%d\n",
|
||||
DEBUG(3,("trans <%s> data=%u params=%u setup=%u\n",
|
||||
name,tdscnt,tpscnt,suwcnt));
|
||||
|
||||
/*
|
||||
|
Loading…
x
Reference in New Issue
Block a user