forked from bip/bip
1
0
Fork 0
- add old TODO
- fix adm_print_connection, channels with backlog wrongly printed with "key"
flag
This commit is contained in:
Loc Gomez 2007-09-28 17:52:41 +02:00
parent dab337dfb8
commit 572f0a74f8
2 changed files with 4 additions and 2 deletions

4
TODO
View File

@ -46,4 +46,6 @@ FAQ:
- why is my vhost not used when I connect (one IP)
backlog_no_private
- backlog_no_private
- biplog.vim syntax file
- /BIP on_connect_send: on the fly change => multi word

View File

@ -1035,7 +1035,7 @@ void adm_print_connection(struct link_client *ic, struct link *lnk, struct user
t_wrote = snprintf(buf, 4095, " Channels:");
for (hash_it_init(&lnk->chan_infos, &lit); hash_it_item(&lit);
hash_it_next(&lit)) {
struct channel *ch = hash_it_item(&lit);
struct chan_info *ch = hash_it_item(&lit);
if (ch->key) {
t_wrote += snprintf(buf + t_wrote, 4095