mirror of
https://github.com/samba-team/samba.git
synced 2025-01-21 18:04:06 +03:00
winbind_nss_netbsd: fix missing semicolon
BUG: https://bugzilla.samba.org/show_bug.cgi?id=15541 Signed-off-by: Bjoern Jacke <bjacke@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org>
This commit is contained in:
parent
b9f32b32e0
commit
b41f95f891
@ -185,7 +185,7 @@ netbsdwinbind_getgroupmembership(void *nsrv, void *nscb, va_list ap)
|
||||
};
|
||||
struct winbindd_response response = {
|
||||
.length = 0,
|
||||
}
|
||||
};
|
||||
gid_t *wblistv;
|
||||
int wblistc, i, isdup, dupc;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user