mirror of
https://github.com/samba-team/samba.git
synced 2025-11-23 20:23:50 +03:00
r26539: Remove unnecessary statics.
This commit is contained in:
committed by
Stefan Metzmacher
parent
5f921af41e
commit
e53e79eebe
@@ -500,7 +500,7 @@ const struct auth_operations *auth_backend_byname(const char *name)
|
||||
*/
|
||||
const struct auth_critical_sizes *auth_interface_version(void)
|
||||
{
|
||||
static const struct auth_critical_sizes critical_sizes = {
|
||||
const static struct auth_critical_sizes critical_sizes = {
|
||||
AUTH_INTERFACE_VERSION,
|
||||
sizeof(struct auth_operations),
|
||||
sizeof(struct auth_method_context),
|
||||
|
||||
Reference in New Issue
Block a user