svn commit: samba r13233 - branches/SAMBA_3_0/source branches/SAMBA_3_0/source/smbd branches/SAMBA_3_0_RELEASE/source branches/SAMBA_3_0_RELEASE/source/smbd trunk/source trunk/source/smbd

jerry at samba.org jerry at samba.org
Mon Jan 30 18:38:20 GMT 2006


Author: jerry
Date: 2006-01-30 18:38:18 +0000 (Mon, 30 Jan 2006)
New Revision: 13233

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=13233

Log:
build fixes for smbmnt; remove unused variable; ready to ship 3.0.21b now
Modified:
   branches/SAMBA_3_0/source/Makefile.in
   branches/SAMBA_3_0/source/smbd/oplock.c
   branches/SAMBA_3_0_RELEASE/source/Makefile.in
   branches/SAMBA_3_0_RELEASE/source/smbd/oplock.c
   trunk/source/Makefile.in
   trunk/source/smbd/oplock.c


Changeset:
Modified: branches/SAMBA_3_0/source/Makefile.in
===================================================================
--- branches/SAMBA_3_0/source/Makefile.in	2006-01-30 17:47:24 UTC (rev 13232)
+++ branches/SAMBA_3_0/source/Makefile.in	2006-01-30 18:38:18 UTC (rev 13233)
@@ -577,7 +577,7 @@
 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
 

Modified: branches/SAMBA_3_0/source/smbd/oplock.c
===================================================================
--- branches/SAMBA_3_0/source/smbd/oplock.c	2006-01-30 17:47:24 UTC (rev 13232)
+++ branches/SAMBA_3_0/source/smbd/oplock.c	2006-01-30 18:38:18 UTC (rev 13233)
@@ -414,7 +414,6 @@
 	struct share_mode_entry msg;
 	files_struct *fsp;
 	char *break_msg;
-	BOOL break_to_level2 = False;
 	BOOL sign_state;
 
 	if (buf == NULL) {

Modified: branches/SAMBA_3_0_RELEASE/source/Makefile.in
===================================================================
--- branches/SAMBA_3_0_RELEASE/source/Makefile.in	2006-01-30 17:47:24 UTC (rev 13232)
+++ branches/SAMBA_3_0_RELEASE/source/Makefile.in	2006-01-30 18:38:18 UTC (rev 13233)
@@ -580,7 +580,7 @@
 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
 

Modified: branches/SAMBA_3_0_RELEASE/source/smbd/oplock.c
===================================================================
--- branches/SAMBA_3_0_RELEASE/source/smbd/oplock.c	2006-01-30 17:47:24 UTC (rev 13232)
+++ branches/SAMBA_3_0_RELEASE/source/smbd/oplock.c	2006-01-30 18:38:18 UTC (rev 13233)
@@ -414,7 +414,6 @@
 	struct share_mode_entry msg;
 	files_struct *fsp;
 	char *break_msg;
-	BOOL break_to_level2 = False;
 	BOOL sign_state;
 
 	if (buf == NULL) {

Modified: trunk/source/Makefile.in
===================================================================
--- trunk/source/Makefile.in	2006-01-30 17:47:24 UTC (rev 13232)
+++ trunk/source/Makefile.in	2006-01-30 18:38:18 UTC (rev 13233)
@@ -586,7 +586,7 @@
 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
 

Modified: trunk/source/smbd/oplock.c
===================================================================
--- trunk/source/smbd/oplock.c	2006-01-30 17:47:24 UTC (rev 13232)
+++ trunk/source/smbd/oplock.c	2006-01-30 18:38:18 UTC (rev 13233)
@@ -414,7 +414,6 @@
 	struct share_mode_entry msg;
 	files_struct *fsp;
 	char *break_msg;
-	BOOL break_to_level2 = False;
 	BOOL sign_state;
 
 	if (buf == NULL) {



More information about the samba-cvs mailing list