diff options
author | michen <none@none> | 2008-06-19 16:57:55 -0700 |
---|---|---|
committer | michen <none@none> | 2008-06-19 16:57:55 -0700 |
commit | ca190d8debe6672d99069a376a987adee0765d6c (patch) | |
tree | e38595974877df994e7953d9cf5190ae8c29b311 /usr/src/lib/libsldap/common/ns_connect.c | |
parent | f94f0840d8d73b4f9cd054b7edf6085b527aaf0e (diff) | |
download | illumos-gate-ca190d8debe6672d99069a376a987adee0765d6c.tar.gz |
6716317 Standalone ldaplist fails on a native LDAP client system
Diffstat (limited to 'usr/src/lib/libsldap/common/ns_connect.c')
-rw-r--r-- | usr/src/lib/libsldap/common/ns_connect.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/lib/libsldap/common/ns_connect.c b/usr/src/lib/libsldap/common/ns_connect.c index 8965682bd6..e935a186b5 100644 --- a/usr/src/lib/libsldap/common/ns_connect.c +++ b/usr/src/lib/libsldap/common/ns_connect.c @@ -2154,7 +2154,7 @@ createNonTLSSession(const char *serverAddr, * OUTPUT: * ldp - a pointer to an LDAP structure which will be used * for all the subsequent operations against the server. - * If an error accures, the function returns an NS error code + * If an error occurs, the function returns an NS error code * and provides an additional info pointed by *errorp. */ static |