1
0
mirror of https://github.com/samba-team/samba.git synced 2025-12-21 20:23:50 +03:00

r26539: Remove unnecessary statics.

This commit is contained in:
Jelmer Vernooij
2007-12-19 23:27:42 +01:00
committed by Stefan Metzmacher
parent 5f921af41e
commit e53e79eebe
37 changed files with 103 additions and 103 deletions

View File

@@ -215,7 +215,7 @@ NTSTATUS ldap_bind_sasl(struct ldap_connection *conn,
const char **sasl_names;
uint32_t old_gensec_features;
static const char *supported_sasl_mech_attrs[] = {
const char *supported_sasl_mech_attrs[] = {
"supportedSASLMechanisms",
NULL
};