diff options
author | Stefan Metzmacher <metze@samba.org> | 2007-04-10 16:00:13 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:49:54 -0500 |
commit | 4cc500433d07decf8fc2551b117e15537f6c8558 (patch) | |
tree | 0c20d594432c5a5ea44e5dbc7776c54fed844535 /source4/lib/replace/test | |
parent | 892c8cd1b43178e7ba600f111289d5843826734e (diff) | |
download | samba-4cc500433d07decf8fc2551b117e15537f6c8558.tar.gz samba-4cc500433d07decf8fc2551b117e15537f6c8558.tar.bz2 samba-4cc500433d07decf8fc2551b117e15537f6c8558.zip |
r22152: merge from samba3:
remove netgr functions from libreplace they're not used
in samba4 currently and samba3 has explicit configure checks for them.
should fix bug #4496
metze
(This used to be commit dd83a8dad8ad89a1485598fa6e11c9128d04e6d7)
Diffstat (limited to 'source4/lib/replace/test')
-rw-r--r-- | source4/lib/replace/test/testsuite.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/source4/lib/replace/test/testsuite.c b/source4/lib/replace/test/testsuite.c index 5ed6b3e7a5..40ee0650b0 100644 --- a/source4/lib/replace/test/testsuite.c +++ b/source4/lib/replace/test/testsuite.c @@ -125,12 +125,6 @@ static int test_mktime(void) return true; } -static int test_innetgr(void) -{ - /* FIXME */ - return true; -} - static int test_initgroups(void) { /* FIXME */ @@ -480,7 +474,6 @@ bool torture_local_replace(struct torture_context *ctx) ret &= test_strlcpy(); ret &= test_strlcat(); ret &= test_mktime(); - ret &= test_innetgr(); ret &= test_initgroups(); ret &= test_memmove(); ret &= test_strdup(); |