Another year is about to end... So we have to update these damn copyright information :P
[NeonServV5.git] / src / DBHelper.c
index 43b984bae8b557b6d9941c6676e65ccb831254df..cf7105b13e4450c715033a985abf702405edad8b 100644 (file)
@@ -1,5 +1,5 @@
-/* DBHelper.c - NeonServ v5.2
- * Copyright (C) 2011  Philipp Kreil (pk910)
+/* DBHelper.c - NeonServ v5.3
+ * Copyright (C) 2011-2012  Philipp Kreil (pk910)
  * 
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -267,6 +267,8 @@ static int event_user_registered(struct UserNode *old_user, struct UserNode *new
         strcpy(newauth, new_user->host);
         *p = '.';
     }
+    if(!stricmp(oldauth, newauth))
+        return 0;
     //check if we know this user; then check the new auth
     MYSQL_RES *res;
     MYSQL_ROW row;