svn commit: samba r6653 - in trunk/source/smbd: .

vlendec at samba.org vlendec at samba.org
Sat May 7 21:15:40 GMT 2005


Author: vlendec
Date: 2005-05-07 21:15:39 +0000 (Sat, 07 May 2005)
New Revision: 6653

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

Log:
Fix compiler warning
Modified:
   trunk/source/smbd/service.c


Changeset:
Modified: trunk/source/smbd/service.c
===================================================================
--- trunk/source/smbd/service.c	2005-05-07 19:05:15 UTC (rev 6652)
+++ trunk/source/smbd/service.c	2005-05-07 21:15:39 UTC (rev 6653)
@@ -29,7 +29,6 @@
 
 BOOL set_current_service(connection_struct *conn, uint16 flags, BOOL do_chdir)
 {
-	extern char magic_char;
 	static connection_struct *last_conn;
 	static uint16 last_flags;
 	int snum;



More information about the samba-cvs mailing list