1
0
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:
Tim Prouty 2008-10-13 15:33:49 -07:00
parent 389cfee579
commit e11277e28d

View File

@ -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);