1
0
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:
Jelmer Vernooij
-
parent eac75549c3
commit 3928578b52
103 changed files with 4060 additions and 1485 deletions

View File

@ -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++;