From 74be55a477887a4ac77fef9b088b906dbe174284 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Thu, 22 Aug 2002 19:38:50 +0000 Subject: [PATCH] Markus F.X.J. Oberhumer's added comment --- lib/urldata.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/urldata.h b/lib/urldata.h index dece629..0d4a11a 100644 --- a/lib/urldata.h +++ b/lib/urldata.h @@ -677,7 +677,7 @@ struct UserDefined { bool reuse_fresh; /* do not re-use an existing connection */ bool expect100header; /* TRUE if we added Expect: 100-continue */ bool ftp_use_epsv; /* if EPSV is to be attempted or not */ - bool no_signal; + bool no_signal; /* do not use any signal/alarm handler */ bool global_dns_cache; }; -- 2.7.4