svn commit: samba r13724 - in branches/SAMBA_3_0/source/smbd: .

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


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

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

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

Modified:
   branches/SAMBA_3_0/source/smbd/oplock_irix.c


Changeset:
Modified: branches/SAMBA_3_0/source/smbd/oplock_irix.c
===================================================================
--- branches/SAMBA_3_0/source/smbd/oplock_irix.c	2006-02-27 18:45:46 UTC (rev 13723)
+++ branches/SAMBA_3_0/source/smbd/oplock_irix.c	2006-02-27 18:48:33 UTC (rev 13724)
@@ -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