Browse code

Fix typo

git-svn-id: file:///var/lib/svn/clamav-devel/trunk/clamav-devel@919 77e5149b-7576-45b1-b177-96237e5ba77b

Nigel Horne authored on 2004/09/23 00:24:52
Showing 2 changed files
... ...
@@ -1,3 +1,7 @@
1
+Wed Sep 22 16:24:08 BST 2004 (njh)
2
+----------------------------------
3
+  * libclamav/mbox.c:	Correct typo in previous fix
4
+
1 5
 Tue Sep 21 21:49:06 BST 2004 (njh)
2 6
 ----------------------------------
3 7
   * libclamav/mbox.c:	FOLLOWURL: Set a default username and password for
... ...
@@ -17,6 +17,9 @@
17 17
  *
18 18
  * Change History:
19 19
  * $Log: mbox.c,v $
20
+ * Revision 1.138  2004/09/22 15:21:50  nigelhorne
21
+ * Fix typo
22
+ *
20 23
  * Revision 1.137  2004/09/21 20:47:38  nigelhorne
21 24
  * FOLLOWURL: Set a default username and password for password protected pages
22 25
  *
... ...
@@ -399,7 +402,7 @@
399 399
  * Compilable under SCO; removed duplicate code with message.c
400 400
  *
401 401
  */
402
-static	char	const	rcsid[] = "$Id: mbox.c,v 1.137 2004/09/21 20:47:38 nigelhorne Exp $";
402
+static	char	const	rcsid[] = "$Id: mbox.c,v 1.138 2004/09/22 15:21:50 nigelhorne Exp $";
403 403
 
404 404
 #if HAVE_CONFIG_H
405 405
 #include "clamav-config.h"
... ...
@@ -2742,7 +2745,7 @@ getURL(struct arg *arg)
2742 2742
 	 * Prevent password: prompting with older versions
2743 2743
 	 * FIXME: a better username?
2744 2744
 	 */
2745
-	curl_easy_settop(curl, CURLOPT_USERPWD, "username:password");
2745
+	curl_easy_setopt(curl, CURLOPT_USERPWD, "username:password");
2746 2746
 
2747 2747
 	/*
2748 2748
 	 * FIXME: valgrind reports "pthread_mutex_unlock: mutex is not locked"