mirror of
https://github.com/samba-team/samba.git
synced 2025-02-11 17:58:16 +03:00
Merge branch 'v3-3-test' of ssh://git.samba.org/data/git/samba into 3-3-abartlet
(This used to be commit a09ed6016a41a9ed45716579e59a646545054f63)
This commit is contained in:
commit
08d63adc61
@ -59,7 +59,7 @@ wbcErr wbcSidToString(const struct wbcDomainSid *sid,
|
||||
BAIL_ON_PTR_ERROR(tmp, wbc_status);
|
||||
|
||||
for (i=0; i<sid->num_auths; i++) {
|
||||
char *tmp2 =
|
||||
char *tmp2;
|
||||
tmp2 = talloc_asprintf_append(tmp, "-%u", sid->sub_auths[i]);
|
||||
BAIL_ON_PTR_ERROR(tmp2, wbc_status);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user