1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-10 13:57:47 +03:00

Remove duplicate extern.

Jeremy.
This commit is contained in:
Jeremy Allison -
parent da51988cfa
commit fb088b5679

View File

@ -4282,7 +4282,6 @@ void get_private_directory(pstring privdir)
void lp_set_logfile(const char *name)
{
extern pstring debugf;
string_set(&Globals.szLogFile, name);
pstrcpy(debugf, name);
}