Explorar el Código

fixup! 868aed83259e0aeb59b6fc216925a6f1272c7e65

Bryan Drewery hace 10 años
padre
commit
f539affb7f
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/auth.h

+ 1 - 1
src/auth.h

@@ -25,7 +25,7 @@ class Auth {
   void NewNick(const char *nick);
 
   static Auth *Find(const char * host);
-  static void NullUsers(const char *nick);
+  static void NullUsers(const char *nick = NULL);
   static void FillUsers();
   static void ExpireAuths();
   static void InitTimer();