Browse Source

* Port [3688] to 1.2.15
* Really fix missing 'username' in packconfig for hubs, causing a segfault


svn: 3689

Bryan Drewery 18 years ago
parent
commit
91eb441b68
1 changed files with 0 additions and 2 deletions
  1. 0 2
      src/chanprog.c

+ 0 - 2
src/chanprog.c

@@ -424,8 +424,6 @@ void load_internal_users()
 	break;
       case 2:
 	port = ln;
-	break;
-      case 3:
         hublevel++;		/* We must increment this even if it is already added */
 	if (!get_user_by_handle(userlist, hand)) {
 	  userlist = adduser(userlist, hand, "none", "-", USER_OP, 1);