diff options
author | Gerald Carter <jerry@samba.org> | 2006-01-30 18:38:18 +0000 |
---|---|---|
committer | Gerald Carter <jerry@samba.org> | 2006-01-30 18:38:18 +0000 |
commit | ccc2becfa647d7f1a70c721c403d359742cdfcb0 (patch) | |
tree | 2d92d060804071139b2c6fcc74dfbea43d3b78ab /source | |
parent | 75914c57a3a08880ee30c0fc3137224e5da4e2cc (diff) | |
download | samba-ccc2becfa647d7f1a70c721c403d359742cdfcb0.tar.gz samba-ccc2becfa647d7f1a70c721c403d359742cdfcb0.tar.xz samba-ccc2becfa647d7f1a70c721c403d359742cdfcb0.zip |
r13233: build fixes for smbmnt; remove unused variable; ready to ship 3.0.21b now
Diffstat (limited to 'source')
-rw-r--r-- | source/Makefile.in | 2 | ||||
-rw-r--r-- | source/smbd/oplock.c | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/source/Makefile.in b/source/Makefile.in index 15d22d8fa59..6c182a6e41a 100644 --- a/source/Makefile.in +++ b/source/Makefile.in @@ -577,7 +577,7 @@ CUPS_OBJ = client/smbspool.o $(PARAM_OBJ) $(LIBSMB_OBJ) \ MOUNT_OBJ = client/smbmount.o \ $(PARAM_OBJ) $(LIBSMB_OBJ) $(KRBCLIENT_OBJ) $(LIB_NONSMBD_OBJ) $(SECRETS_OBJ) -MNT_OBJ = client/smbmnt.o $(VERSION_OBJ) $(SNPRINTF_OBJ) +MNT_OBJ = client/smbmnt.o lib/replace.o $(VERSION_OBJ) $(SNPRINTF_OBJ) UMOUNT_OBJ = client/smbumount.o diff --git a/source/smbd/oplock.c b/source/smbd/oplock.c index 86f5e1a47cf..755bcffc7f7 100644 --- a/source/smbd/oplock.c +++ b/source/smbd/oplock.c @@ -414,7 +414,6 @@ static void process_oplock_async_level2_break_message(int msg_type, struct proce struct share_mode_entry msg; files_struct *fsp; char *break_msg; - BOOL break_to_level2 = False; BOOL sign_state; if (buf == NULL) { |