]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
hrm this would never have worked
authorBrian West <brian@freeswitch.org>
Fri, 22 Jan 2010 20:51:23 +0000 (20:51 +0000)
committerBrian West <brian@freeswitch.org>
Fri, 22 Jan 2010 20:51:23 +0000 (20:51 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16468 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/mod/applications/mod_cidlookup/mod_cidlookup.c

index ed3061a02d2b35e0da34a7debd102e31a874aa4a..5a3cf7286ad9a7e5f58927d83c57789dcf254d76 100755 (executable)
@@ -404,7 +404,7 @@ static long do_lookup_url(switch_memory_pool_t *pool, switch_event_t *event, cha
        }
 #else
        if (timeout > 0) {
-               curl_easy_setopt(curl_handle, CURLOPT_TIMEOUT_MS, timeout);
+               curl_easy_setopt(curl_handle, CURLOPT_TIMEOUT, timeout);
        } else {
                curl_easy_setopt(curl_handle, CURLOPT_TIMEOUT, globals.curl_timeout/1000);
        }