mirror of
https://github.com/samba-team/samba.git
synced 2025-03-12 20:58:37 +03:00
smbd: Fix a signed/unsigned hickup
Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
This commit is contained in:
parent
1e8ad19653
commit
e6187be118
@ -860,7 +860,7 @@ struct share_mode_entry *find_share_mode_entry(
|
||||
{
|
||||
struct share_mode_data *d = lck->data;
|
||||
struct server_id pid;
|
||||
int i;
|
||||
uint32_t i;
|
||||
|
||||
pid = messaging_server_id(fsp->conn->sconn->msg_ctx);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user