fix a typo

svn path=/trunk/; revision=12502
This commit is contained in:
Ulf Lamping 2004-11-10 06:50:55 +00:00
parent 19aa464f56
commit 12aebd7634
1 changed files with 1 additions and 1 deletions

View File

@ -1534,7 +1534,7 @@ host_name_lookup_cleanup(void) {
g_free(qdata);
}
if (adns_initialized)
if (gnu_adns_initialized)
adns_finish(ads);
}