evolution-data-server r9637 - branches/gnome-2-22/camel/providers/pop3



Author: fejj
Date: Thu Oct  2 21:16:17 2008
New Revision: 9637
URL: http://svn.gnome.org/viewvc/evolution-data-server?rev=9637&view=rev

Log:
reverted stream change

Modified:
   branches/gnome-2-22/camel/providers/pop3/camel-pop3-stream.c

Modified: branches/gnome-2-22/camel/providers/pop3/camel-pop3-stream.c
==============================================================================
--- branches/gnome-2-22/camel/providers/pop3/camel-pop3-stream.c	(original)
+++ branches/gnome-2-22/camel/providers/pop3/camel-pop3-stream.c	Thu Oct  2 21:16:17 2008
@@ -148,7 +148,7 @@
 {
 	CamelPOP3Stream *is = (CamelPOP3Stream *)stream;
 
-	if (TRUE || strncmp (buffer, "PASS ", 5) != 0)
+	if (strncmp (buffer, "PASS ", 5) != 0)
 		dd(printf("POP3_STREAM_WRITE(%d):\n%.*s\n", (int)n, (int)n, buffer));
 	else
 		dd(printf("POP3_STREAM_WRITE(%d):\nPASS xxxxxxxx\n", (int)n));



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]