Committer  : isomer
CVSROOT    : /cvsroot/undernet-ircu
Module     : ircu2.10
Branch tags: u2_10_12_branch
Commit time: 2007-07-11 21:40:02 UTC

Modified files:
  Tag: u2_10_12_branch
     ircd/m_user.c

Log message:

Author: Isomer <[EMAIL PROTECTED]>
Log message:

Commit the fix for the changelog I posted :)

---------------------- diff included ----------------------
Index: ircu2.10/ircd/m_user.c
diff -u ircu2.10/ircd/m_user.c:1.9.2.3 ircu2.10/ircd/m_user.c:1.9.2.4
--- ircu2.10/ircd/m_user.c:1.9.2.3      Sat Mar 31 20:01:16 2007
+++ ircu2.10/ircd/m_user.c      Wed Jul 11 14:39:52 2007
@@ -20,7 +20,7 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  *
- * $Id: m_user.c,v 1.9.2.3 2007/04/01 03:01:16 entrope Exp $
+ * $Id: m_user.c,v 1.9.2.4 2007/07/11 21:39:52 isomer Exp $
  */
 
 /*
@@ -140,7 +140,7 @@
     username = "NoUser";
 
   if ((mode_request = strtoul(parv[2], &term, 10)) != 0
-      && term != NULL && *term != '\0')
+      && term != NULL && *term == '\0')
   {
     /* These bitmask values are codified in RFC 2812, showing
      * ... well, something that is probably best not said.
----------------------- End of diff -----------------------
_______________________________________________
Patches mailing list
[email protected]
http://undernet.sbg.org/mailman/listinfo/patches

Reply via email to