mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
s3:winbindd fix a compiler warning
about type potentially being used uninitialized Autobuild-User(master): Christian Ambach <ambi@samba.org> Autobuild-Date(master): Mon Sep 24 03:49:53 CEST 2012 on sn-devel-104
This commit is contained in:
parent
9f589ea406
commit
f767059911
@ -239,7 +239,7 @@ NTSTATUS winbindd_sids_to_xids_recv(struct tevent_req *req,
|
||||
num_non_cached = 0;
|
||||
|
||||
for (i=0; i<state->num_sids; i++) {
|
||||
char type;
|
||||
char type = '\0';
|
||||
uint32_t unix_id = UINT32_MAX;
|
||||
bool found = true;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user