svn commit: samba r9539 - in trunk/source: include smbd

vlendec at samba.org vlendec at samba.org
Tue Aug 23 19:32:33 GMT 2005


Author: vlendec
Date: 2005-08-23 19:32:32 +0000 (Tue, 23 Aug 2005)
New Revision: 9539

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

Log:
Fix typo
Modified:
   trunk/source/include/messages.h
   trunk/source/smbd/oplock.c


Changeset:
Modified: trunk/source/include/messages.h
===================================================================
--- trunk/source/include/messages.h	2005-08-23 19:31:26 UTC (rev 9538)
+++ trunk/source/include/messages.h	2005-08-23 19:32:32 UTC (rev 9539)
@@ -65,7 +65,7 @@
 #define MSG_SMB_UNLOCK       3005
 #define MSG_SMB_BREAK_REQUEST 3006
 #define MSG_SMB_BREAK_RESPONSE 3007
-#define MSG_SMB_AYNC_LEVEL2_BREAK 3008
+#define MSG_SMB_ASYNC_LEVEL2_BREAK 3008
 #define MSG_SMB_OPEN_RETRY   3009
 #define MSG_SMB_KERNEL_BREAK 3010
 

Modified: trunk/source/smbd/oplock.c
===================================================================
--- trunk/source/smbd/oplock.c	2005-08-23 19:31:26 UTC (rev 9538)
+++ trunk/source/smbd/oplock.c	2005-08-23 19:32:32 UTC (rev 9539)
@@ -665,7 +665,7 @@
 			abort();
 		}
 
-		message_send_pid(share_entry->pid, MSG_SMB_AYNC_LEVEL2_BREAK,
+		message_send_pid(share_entry->pid, MSG_SMB_ASYNC_LEVEL2_BREAK,
 				 share_entry, sizeof(*share_entry), True);
 	}
 
@@ -684,7 +684,7 @@
 
 	message_register(MSG_SMB_BREAK_REQUEST,
 			 process_oplock_break_message);
-	message_register(MSG_SMB_AYNC_LEVEL2_BREAK,
+	message_register(MSG_SMB_ASYNC_LEVEL2_BREAK,
 			 process_oplock_break_message);
 	message_register(MSG_SMB_BREAK_RESPONSE,
 			 process_oplock_break_response);



More information about the samba-cvs mailing list