diff options
author | Andrew Tridgell <tridge@samba.org> | 1996-08-13 12:35:28 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 1996-08-13 12:35:28 +0000 |
commit | cd41e6629e3e401f1a181564ca41798c263802bc (patch) | |
tree | e5c09c030742f05dd0a57652162878d4ebbb0418 /source3/smbd | |
parent | 908b383ff43e05307ed1ec43cc2d6b0e67e3af19 (diff) | |
download | samba-cd41e6629e3e401f1a181564ca41798c263802bc.tar.gz samba-cd41e6629e3e401f1a181564ca41798c263802bc.tar.bz2 samba-cd41e6629e3e401f1a181564ca41798c263802bc.zip |
minor cleanups
(This used to be commit f1dc2b93179ace36407bbb25c2c34c78087714bd)
Diffstat (limited to 'source3/smbd')
-rw-r--r-- | source3/smbd/smbrun.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/smbd/smbrun.c b/source3/smbd/smbrun.c index dcd5379bc1..d547c796e0 100644 --- a/source3/smbd/smbrun.c +++ b/source3/smbd/smbrun.c @@ -41,7 +41,7 @@ static void close_fds(void) /* -This is a wrapper around the system call to allow commands to run correctly +This is a wrapper around the system() call to allow commands to run correctly as non root from a program which is switching between root and non-root It takes 3 arguments as uid,gid,command and runs command after |