diff options
author | Andrew Tridgell <tridge@samba.org> | 1998-01-11 23:28:39 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 1998-01-11 23:28:39 +0000 |
commit | b13a8bdb40facf632c98f2087e48837c775be400 (patch) | |
tree | b90fee62b7b9b4ad8503d12d294e52c0b8cb467b | |
parent | 0e7be4859732283602732ac6a2110712221dc442 (diff) | |
download | samba-b13a8bdb40facf632c98f2087e48837c775be400.tar.gz samba-b13a8bdb40facf632c98f2087e48837c775be400.tar.bz2 samba-b13a8bdb40facf632c98f2087e48837c775be400.zip |
*** empty log message ***
(This used to be commit a307b5155594a12ca978190cc9dec52e203e0fd3)
-rw-r--r-- | source3/smbd/server.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/source3/smbd/server.c b/source3/smbd/server.c index 29a0d462f3..fb03577435 100644 --- a/source3/smbd/server.c +++ b/source3/smbd/server.c @@ -2799,8 +2799,8 @@ pid %d, port %d, dev = %x, inode = %x\n", remotepid, from_port, dev, inode)); BOOL oplock_break(uint32 dev, uint32 inode, struct timeval *tval) { extern int Client; - static char *inbuf = NULL; - static char *outbuf = NULL; + char *inbuf = NULL; + char *outbuf = NULL; files_struct *fsp = NULL; int fnum; time_t start_time; @@ -5124,7 +5124,7 @@ static void usage(char *pname) charset_initialise(); - /* make absolutely sure we run as root - to handle cases whre people + /* make absolutely sure we run as root - to handle cases where people are crazy enough to have it setuid */ #ifdef USE_SETRES setresuid(0,0,0); |