mirror of
https://github.com/irssi/irssi.git
synced 2026-08-09 03:40:16 +02:00
If sasl_timeout is never initialized with a valid timeout id then calling /disconnect on the server calls g_source_remove() with 0 as tag, causing an harmless error message to be printed. Beside that, the sasl_timeout field is defined as a unsigned int. We can use 0 as sentiel since g_timeout_add returns tags that are always greater than zero. |
||
|---|---|---|
| .. | ||
| core | ||
| dcc | ||
| flood | ||
| notifylist | ||
| proxy | ||
| Makefile.am | ||