mirror of
https://github.com/samba-team/samba.git
synced 2025-01-26 10:04:02 +03:00
Fixed a variable undeclared compilation error
Explicitly declaring environ eliminates a compilation error on some systems.
This commit is contained in:
parent
389cfee579
commit
e11277e28d
@ -47,6 +47,7 @@ static void samba3_smb_accept(struct stream_connection *conn)
|
||||
const char *prog;
|
||||
char *argv[2];
|
||||
char *reason;
|
||||
extern char **environ;
|
||||
|
||||
close(0);
|
||||
close(1);
|
||||
|
Loading…
x
Reference in New Issue
Block a user