Przeglądaj źródła

fixup! 868aed83259e0aeb59b6fc216925a6f1272c7e65

Bryan Drewery 10 lat temu
rodzic
commit
f539affb7f
1 zmienionych plików z 1 dodań i 1 usunięć
  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();