s4-server: avoid using environ as it is not portable
authorAndrew Tridgell <tridge@samba.org>
Sun, 31 Oct 2010 22:47:12 +0000 (09:47 +1100)
committerAndrew Tridgell <tridge@samba.org>
Sun, 31 Oct 2010 23:53:49 +0000 (23:53 +0000)
commitfb6f12be5c3d5ad3e22943a780576a08f794f6a4
tree26e42a1214c9ffd9dc3d72bcdabeac33717487ff
parent3cef97ad0e7008e3732cb32348761a4482c772be
s4-server: avoid using environ as it is not portable

we can just use execv() instead, which passes through the environment,
which is all we need

Autobuild-User: Andrew Tridgell <tridge@samba.org>
Autobuild-Date: Sun Oct 31 23:53:49 UTC 2010 on sn-devel-104
source4/smb_server/smb_samba3.c