Skip to content

Commit

Permalink
gensec: Make gensec_security_by_sasl_list static
Browse files Browse the repository at this point in the history
Signed-off-by: Volker Lendecke <[email protected]>
Reviewed-by: Jeremy Allison <[email protected]>
vlendec authored and jrasamba committed May 15, 2013
1 parent eb6ebe6 commit 85220ea
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions auth/gensec/gensec_start.c
Original file line number Diff line number Diff line change
@@ -280,9 +280,10 @@ static const struct gensec_security_ops *gensec_security_by_name(struct gensec_s
* attached to the gensec_security, and return in our preferred order.
*/

const struct gensec_security_ops **gensec_security_by_sasl_list(struct gensec_security *gensec_security,
TALLOC_CTX *mem_ctx,
const char **sasl_names)
static const struct gensec_security_ops **gensec_security_by_sasl_list(
struct gensec_security *gensec_security,
TALLOC_CTX *mem_ctx,
const char **sasl_names)
{
const struct gensec_security_ops **backends_out;
struct gensec_security_ops **backends;

0 comments on commit 85220ea

Please sign in to comment.