diff options
author | Stefan Metzmacher <metze@samba.org> | 2007-04-10 15:59:39 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:19:17 -0500 |
commit | 1ec9de1104f4563a5f3dbb96d41908d219e5b889 (patch) | |
tree | 83ad688b178fbdb9ac91df9bf258fb33d639dbf6 /source3/lib/replace/test | |
parent | 1790c67780af0bcc4bc1df3f015fa6fcb7e55f95 (diff) | |
download | samba-1ec9de1104f4563a5f3dbb96d41908d219e5b889.tar.gz samba-1ec9de1104f4563a5f3dbb96d41908d219e5b889.tar.bz2 samba-1ec9de1104f4563a5f3dbb96d41908d219e5b889.zip |
r22151: 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 7f61b3f0095efed81adc9022ba44e5c7df84d2f2)
Diffstat (limited to 'source3/lib/replace/test')
-rw-r--r-- | source3/lib/replace/test/testsuite.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/source3/lib/replace/test/testsuite.c b/source3/lib/replace/test/testsuite.c index effbdb13ef..293ea84946 100644 --- a/source3/lib/replace/test/testsuite.c +++ b/source3/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 */ @@ -426,7 +420,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(); |