mirror of
https://github.com/samba-team/samba.git
synced 2025-11-09 20:23:51 +03:00
r26539: Remove unnecessary statics.
This commit is contained in:
committed by
Stefan Metzmacher
parent
5f921af41e
commit
e53e79eebe
@@ -1048,7 +1048,7 @@ enum {
|
||||
|
||||
int main(int argc, const char **argv)
|
||||
{
|
||||
static const char *helper_protocol;
|
||||
const char *helper_protocol;
|
||||
int opt;
|
||||
|
||||
poptContext pc;
|
||||
|
||||
Reference in New Issue
Block a user