I found an error building with HAVE_DBM defined which is fixed by the attached patch.

Padraig
--- /usr/tmp/clean/avahi-0.6.19/avahi-utils/stdb.c	Thu Apr 12 23:14:48 2007
+++ avahi-0.6.19/avahi-utils/stdb.c	Wed Jun  6 13:42:14 2007
@@ -190,7 +190,7 @@
             key = gdbm_nextkey(gdbm_file, key);
 #endif
 #ifdef HAVE_DBM
-            key = dbm_nextkey(dbm_file, key);
+            key = dbm_nextkey(dbm_file);
 #endif
         }
 
_______________________________________________
avahi mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/avahi

Reply via email to