1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-03 13:47:25 +03:00

r8895: work around broken glibc strrchr function that gives valgrind errors on some boxes

(This used to be commit 5079fdea1b4fde4f844713f42e678759324d801d)
This commit is contained in:
Andrew Tridgell 2005-08-01 20:41:48 +00:00 committed by Gerald (Jerry) Carter
parent 1f467c50d9
commit 67de5725bc

View File

@ -177,6 +177,8 @@ BOOL torture_mangle(void)
for (i=0;i<torture_numops;i++) {
fstring name;
ZERO_STRUCT(name);
gen_name(name);
if (!test_one(cli, name)) {