From: Kurt Zeilenga Date: Thu, 11 May 2000 00:50:14 +0000 (+0000) Subject: Fix == typo X-Git-Tag: LDBM_PRE_GIANT_RWLOCK~3019 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=560fe7ade046b17d7b192fddcf303bb3bf74beef;p=openldap Fix == typo --- 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 ) {