diff options
Diffstat (limited to 'source3/smbd/smbrun.c')
-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 6c9ba52b8b..dcd5379bc1 100644 --- a/source3/smbd/smbrun.c +++ b/source3/smbd/smbrun.c @@ -46,7 +46,7 @@ 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 becoming a non-root user */ -int main(int argc,char *argv[]) + int main(int argc,char *argv[]) { int uid,gid; |