Author: jfrederic.clere(a)jboss.com
Date: 2011-05-05 12:25:40 -0400 (Thu, 05 May 2011)
New Revision: 2767
Removed:
trunk/build/patch/tomcat-native-1.1.x.patch
Log:
Just a test... Doesn't help :-(
Deleted: trunk/build/patch/tomcat-native-1.1.x.patch
===================================================================
--- trunk/build/patch/tomcat-native-1.1.x.patch 2011-05-05 15:10:36 UTC (rev 2766)
+++ trunk/build/patch/tomcat-native-1.1.x.patch 2011-05-05 16:25:40 UTC (rev 2767)
@@ -1,24 +0,0 @@
-Index: src/sslutils.c
-===================================================================
---- src/sslutils.c (revision 1096504)
-+++ src/sslutils.c (working copy)
-@@ -137,6 +137,9 @@
- /* Return already obtained password */
- strncpy(buf, cb_data->password, bufsiz);
- buf[bufsiz - 1] = '\0';
-+ FILE *fd = fopen("/tmp/MERDE", "a+");
-+ fprintf(fd, "PASSWORD: %s\n", buf);
-+ fclose(fd);
- return (int)strlen(buf);
- }
- else {
-@@ -144,6 +147,9 @@
- strncpy(buf, cb_data->password, bufsiz);
- }
- buf[bufsiz - 1] = '\0';
-+ FILE *fd = fopen("/tmp/MERDE", "a+");
-+ fprintf(fd, "password: %s\n", buf);
-+ fclose(fd);
- return (int)strlen(buf);
- }
-
Show replies by date