Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Joe Martin
OpenLDAP
Commits
2b1210c7
Commit
2b1210c7
authored
Aug 26, 2009
by
Quanah Gibson-Mount
Browse files
More for ITS#6257
parent
403f6bba
Changes
1
Hide whitespace changes
Inline
Side-by-side
libraries/libldap/cyrus.c
View file @
2b1210c7
...
...
@@ -1035,7 +1035,7 @@ ldap_int_sasl_get_option( LDAP *ld, int option, void *arg )
return
-
1
;
}
*
(
char
**
)
arg
=
username
;
*
(
char
**
)
arg
=
username
?
LDAP_STRDUP
(
username
)
:
NULL
;
}
break
;
case
LDAP_OPT_X_SASL_SECPROPS
:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment