From 560fe7ade046b17d7b192fddcf303bb3bf74beef Mon Sep 17 00:00:00 2001 From: Kurt Zeilenga Date: Thu, 11 May 2000 00:50:14 +0000 Subject: [PATCH] Fix == typo --- libraries/libldap/dnssrv.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/libraries/libldap/dnssrv.c b/libraries/libldap/dnssrv.c index a6f4e24b9c..27de0a3d69 100644 --- a/libraries/libldap/dnssrv.c +++ b/libraries/libldap/dnssrv.c @@ -38,8 +38,8 @@ int ldap_dn2domain( char **domainp) { int i; - char* domain = NULL; - char ** dn; + char *domain = NULL; + char **dn; if( dn_in == NULL || domainp == NULL ) { return -1; @@ -79,7 +79,7 @@ int ldap_dn2domain( dc = &rdn[0][sizeof(LDAP_DCOID)-1]; } else { - dc == NULL; + dc = NULL; } if( dc != NULL ) { -- 2.39.5