X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=avahi-utils%2Fstdb.c;fp=avahi-utils%2Fstdb.c;h=b7a5ed3692940056e34fbb73789907131bd02aad;hb=5b3c40ea55bf198f711d257588fe879203897337;hp=a4203647aca107a8bb80cde358d5fee8ed8e5f67;hpb=1f42fa6815e3de2ca7cd136c7709584c977b3640;p=catta diff --git a/avahi-utils/stdb.c b/avahi-utils/stdb.c index a420364..b7a5ed3 100644 --- a/avahi-utils/stdb.c +++ b/avahi-utils/stdb.c @@ -190,7 +190,7 @@ char *stdb_getent(void) { key = gdbm_nextkey(gdbm_file, key); #endif #ifdef HAVE_DBM - key = dbm_nextkey(dbm_file, key); + key = dbm_nextkey(dbm_file); #endif }