1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00

r14085: Fix coverity bg #152, uninit'ed var.

This commit is contained in:
Jim McDonough 2006-03-09 18:03:54 +00:00 committed by Gerald (Jerry) Carter
parent fc8e1e5c02
commit d8e69c18e0

View File

@ -137,7 +137,7 @@ int net_rpc_join_newstyle(int argc, const char **argv)
NTSTATUS result;
int retval = 1;
char *domain;
char *domain = NULL;
uint32 num_rids, *name_types, *user_rids;
uint32 flags = 0x3e8;
char *acct_name;