Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/test_networks.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_networks.c b/tests/test_networks.c
index 6cc41b2..0e1e9e5 100644
--- a/tests/test_networks.c
+++ b/tests/test_networks.c
@@ -81,7 +81,7 @@ int main(int argc,char *argv[])
printf("errno=%d:%s\n",(int)errnocp,strerror(errnocp));
printf("h_errno=%d:%s\n",(int)h_errnocp,hstrerror(h_errnocp));
}
-
+
/* test getnetbyaddr() */
printf("\nTEST getnetbyaddr()\n");
res=_nss_ldap_getnetbyaddr_r(inet_network("192.43.210.0"),AF_INET,&netresult,buffer,1024,&errnocp,&h_errnocp);