Selaa lähdekoodia

Obviously there is a member pointer here

Bryan Drewery 10 vuotta sitten
vanhempi
commit
00a121b0ae
1 muutettua tiedostoa jossa 1 lisäystä ja 2 poistoa
  1. 1 2
      src/mod/irc.mod/chan.cc

+ 1 - 2
src/mod/irc.mod/chan.cc

@@ -2721,8 +2721,7 @@ static int gotjoin(char *from, char *chname)
 //	m->flags |= STOPWHO;
         irc_log(chan, "%s returned from netsplit", m->nick);
 
-
-        if (m && !m->user) {
+        if (!m->user) {
           member_getuser(m);
  
           if (!m->user && !m->userip[0] && doresolv(chan)) {