]> granicus.if.org Git - curl/commit
fix bug (?) :-)
authorSterling Hughes <sterling@bumblebury.com>
Mon, 6 Jan 2003 06:17:15 +0000 (06:17 +0000)
committerSterling Hughes <sterling@bumblebury.com>
Mon, 6 Jan 2003 06:17:15 +0000 (06:17 +0000)
commitcfb32da198dd3917082d40de6d0ad88b431002fb
treed11be02a7eb37205497fcc172ed096ec085d6b82
parent9b4f92130f74a4efe08c119d7dd41f10a011eb1c
fix bug (?) :-)

previously, if you called curl_easy_perform and then set the global dns
cache, the global cache wouldn't be used.  I don't see this really happening
in practice, but this code allows you to do it.
lib/easy.c