This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Undernet IRC Server Source Code.".

The branch, u2_10_12_branch has been updated
       via  8343d12c258e15d99a17fda14ddfec065f0855a9 (commit)
      from  6e71519769645a9baef50a2c469f887bb1d2d69b (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 8343d12c258e15d99a17fda14ddfec065f0855a9
Author: Michael Poole <[email protected]>
Date:   Sun Dec 11 14:15:52 2016 -0500

    IPcheck: Avoid crash when debugging is turned on, too.

diff --git a/ircd/IPcheck.c b/ircd/IPcheck.c
index 5b68512..7eef70f 100644
--- a/ircd/IPcheck.c
+++ b/ircd/IPcheck.c
@@ -419,7 +419,7 @@ reject:
       assert(entry->connected > 0);
       --entry->connected;
     }
-    Debug((DEBUG_DNS, "IPcheck refusing local connection from %s: too fast.", 
ircd_ntoa(&entry->addr)));
+    Debug((DEBUG_DNS, "IPcheck refusing local connection from %s: too fast.", 
ircd_ntoa(addr)));
     return 0;
   }
 #endif
-----------------------------------------------------------------------

Summary of changes:
 ircd/IPcheck.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
Undernet IRC Server Source Code.
_______________________________________________
Patches mailing list
[email protected]
http://undernet.sbg.org/mailman/listinfo/patches

Reply via email to