NAMES command works now from user interface.
[silc.git] / lib / silcclient / client.c
index 44659ada59e5366baddab1912a6270fa5ddd8ea6..9737ceff6355a92d55f53c77c8270fc2ed6a69b8 100644 (file)
@@ -1767,6 +1767,7 @@ void silc_client_receive_new_id(SilcClient client,
     sprintf(conn->local_entry->username, "%s@%s", client->username,
            client->hostname);
   }
+  conn->local_entry->server = strdup(conn->remote_host);
   conn->local_entry->id = conn->local_id;
   
   /* Put it to the ID cache */