Add one more type missed on previous commit
authoraland <aland>
Wed, 16 May 2007 08:07:20 +0000 (08:07 +0000)
committeraland <aland>
Wed, 16 May 2007 08:07:20 +0000 (08:07 +0000)
src/main/realms.c

index 185888e..4096544 100644 (file)
@@ -605,6 +605,7 @@ static int old_server_add(const char *filename, int lineno, const char *realm,
        }
 
        myhome.name = name;
+       myhome.type = type;
        home = rbtree_finddata(home_servers_byname, &myhome);
        if (home) {
                if (strcmp(home->secret, secret) != 0) {