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

jra at samba.org jra at samba.org
Mon Feb 27 18:48:35 GMT 2006


Author: jra
Date: 2006-02-27 18:48:34 +0000 (Mon, 27 Feb 2006)
New Revision: 13725

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

Log:
Remove unused variable. Bug #3559 from
jason at ncac.gwu.edu.
Jeremy.

Modified:
   trunk/source/smbd/oplock_irix.c


Changeset:
Modified: trunk/source/smbd/oplock_irix.c
===================================================================
--- trunk/source/smbd/oplock_irix.c	2006-02-27 18:48:33 UTC (rev 13724)
+++ trunk/source/smbd/oplock_irix.c	2006-02-27 18:48:34 UTC (rev 13725)
@@ -206,13 +206,13 @@
 }
 
 /****************************************************************************
- Set *maxfd to include oplock read pipe.
+ See if there is a message waiting in this fd set.
  Note that fds MAY BE NULL ! If so we must do our own select.
 ****************************************************************************/
 
 static BOOL irix_oplock_msg_waiting(fd_set *fds)
 {
-	int maxfd, selrtn;
+	int selrtn;
 	fd_set myfds;
 	struct timeval to;
 



More information about the samba-cvs mailing list