File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 5151
5252/* cmdline argument check routines */
5353void check_argc (int );
54- void check_args ();
54+ void check_args (opts_T * );
5555
5656/* opts check routines */
5757void check_opts (opts_T * );
Original file line number Diff line number Diff line change 5151
5252
5353/* lulzbuster version */
54- #define VERSION "lulzbuster v1.3.2 "
54+ #define VERSION "lulzbuster v1.3.3 "
5555
5656
5757/*******************************************************************************
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ unsigned char set_http_options(opts_T *opts)
4545 }
4646
4747 /* set dns caching to remain forever */
48- if (curl_easy_setopt (opts -> curl -> eh , CURLOPT_DNS_CACHE_TIMEOUT , - 1L ) != \
48+ if (curl_easy_setopt (opts -> curl -> eh , CURLOPT_DNS_CACHE_TIMEOUT , 1L ) != \
4949 CURLE_OK ) {
5050 err (E_CURL_DNSCACHE );
5151 return FALSE;
You can’t perform that action at this time.
0 commit comments