diff options
author | Lennart Poettering <lennart@poettering.net> | 2005-05-03 21:22:52 +0000 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2005-05-03 21:22:52 +0000 |
commit | b8c78f5c0da93d92aa28d3ef3757e78d03141f41 (patch) | |
tree | 78c3cb189c50296b6a936bf41c935762a85116bf /main.c | |
parent | 72e2daefd371691e385bcd61741ee696391941d8 (diff) |
* correctly build probe packets
* fix conflict detection
* correctly handle FLUSH bit in incoming packets
* drop whole group when one record conflicts
* remove wrong TRUE/FALSE usage in flx_server_add_service_va()
* fix wrong pass-through in switch satetement in rr.c
git-svn-id: file:///home/lennart/svn/public/avahi/trunk@37 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
Diffstat (limited to 'main.c')
-rw-r--r-- | main.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -60,8 +60,8 @@ int main(int argc, char *argv[]) { loop = g_main_loop_new(NULL, FALSE); - g_timeout_add(1000*20, dump_timeout, flx); - g_timeout_add(1000*30, quit_timeout, loop); + /* g_timeout_add(1000*20, dump_timeout, flx); */ +/* g_timeout_add(1000*30, quit_timeout, loop); */ g_main_loop_run(loop); g_main_loop_unref(loop); |