diff options
author | Jeremy Allison <jra@samba.org> | 1997-10-06 17:52:25 +0000 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 1997-10-06 17:52:25 +0000 |
commit | 2e92be3aaf01c574d32d1a10e1359888638b68bc (patch) | |
tree | 5280182dda3e36282bd11699e022e015ad531bdc /source3/param | |
parent | 8429cec72ff15efdd5ab742ba71ede36db43ef14 (diff) | |
download | samba-2e92be3aaf01c574d32d1a10e1359888638b68bc.tar.gz samba-2e92be3aaf01c574d32d1a10e1359888638b68bc.tar.bz2 samba-2e92be3aaf01c574d32d1a10e1359888638b68bc.zip |
client.c: Changed shadowed variable.
locking.c: Removed USE_OPLOCKS - now the default.
params.c: Removed unused variable.
proto.h: Updated.
reply.c: Removed USE_OPLOCKS - now the default.
server.c: Removed USE_OPLOCKS - now the default.
smb.h: Removed USE_OPLOCKS - now the default.
smbparse.c: Changed shadowed variable.
status.c: Removed USE_OPLOCKS - now the default.
util.c: Removed USE_OPLOCKS - now the default.
Jeremy (jallison@whistle.com)
(This used to be commit b93509846d6291771787af457500eec8984ee6bd)
Diffstat (limited to 'source3/param')
-rw-r--r-- | source3/param/params.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/param/params.c b/source3/param/params.c index 8c41eef789..4d1c191b47 100644 --- a/source3/param/params.c +++ b/source3/param/params.c @@ -441,7 +441,6 @@ static BOOL Parse( FILE *InFile, */ { int c; - char *func = "params.c:Parse() -"; c = EatWhitespace( InFile ); while( (EOF != c) && (c > 0) ) |