- Previous revision whacked a TODO

Thu, 27 Sep 2007 08:17:20 +0000

author
William Ehlhardt <williamehlhardt@gmail.com>
date
Thu, 27 Sep 2007 08:17:20 +0000
changeset 20730
810588696e4b
parent 20729
664377a892f8
child 20731
78d555ee2237

- Previous revision whacked a TODO

libpurple/certificate.c file | annotate | diff | comparison | revisions
--- a/libpurple/certificate.c	Thu Sep 27 08:12:09 2007 +0000
+++ b/libpurple/certificate.c	Thu Sep 27 08:17:20 2007 +0000
@@ -1460,8 +1460,6 @@
 	
 	tls_peers = purple_certificate_find_pool(x509_tls_cached.scheme_name,tls_peers_name);
 
-	/* TODO: This should probably just prompt the user instead of throwing
-	   an angry fit */
 	if (!tls_peers) {
 		purple_debug_error("certificate/x509/tls_cached",
 				   "Couldn't find local peers cache %s\nPrompting the user\n",

mercurial