]> git.sur5r.net Git - openldap/blobdiff - libraries/libldap/options.c
Remove a few typos in comments
[openldap] / libraries / libldap / options.c
index 0d0400a6b65d6331891b8fb9a4a7e965835dcbaf..7bc03b141dcc389ff7db875906e0a5221cc204b8 100644 (file)
@@ -111,7 +111,7 @@ ldap_get_option(
                        break;
                } 
 
-               * (int *) outvalue = ld->ld_sb.sb_sd;
+               * (int *) outvalue = lber_pvt_sb_get_desc( &(ld->ld_sb) );
                return 0;
 
        case LDAP_OPT_DEREF: