mirror of
https://github.com/samba-team/samba.git
synced 2025-08-03 04:22:09 +03:00
sync 3.0 branch with head
This commit is contained in:
@ -236,7 +236,7 @@ char **wins_srv_tags(void)
|
||||
}
|
||||
|
||||
/* add it to the list */
|
||||
ret = (char **)Realloc(ret, (count+1) * sizeof(char *));
|
||||
ret = (char **)Realloc(ret, (count+2) * sizeof(char *));
|
||||
ret[count] = strdup(t_ip.tag);
|
||||
if (!ret[count]) break;
|
||||
count++;
|
||||
|
Reference in New Issue
Block a user