aboutsummaryrefslogtreecommitdiff
path: root/www/websh/files/patch-warnings
diff options
context:
space:
mode:
authorMikhail Teterin <mi@FreeBSD.org>2010-02-25 03:55:54 +0000
committerMikhail Teterin <mi@FreeBSD.org>2010-02-25 03:55:54 +0000
commite2ba04b2d6c79421e02b15d2c748df0d5a556f34 (patch)
tree62870e4b3a3004949dabcbc550a54e7822a27a0a /www/websh/files/patch-warnings
parentc985a88b309786f3daf03c054d5def6974e3cddf (diff)
downloadports-e2ba04b2d6c79421e02b15d2c748df0d5a556f34.tar.gz
ports-e2ba04b2d6c79421e02b15d2c748df0d5a556f34.zip
Notes
Diffstat (limited to 'www/websh/files/patch-warnings')
-rw-r--r--www/websh/files/patch-warnings9
1 files changed, 9 insertions, 0 deletions
diff --git a/www/websh/files/patch-warnings b/www/websh/files/patch-warnings
index aeb947badb78..af3756d48e13 100644
--- a/www/websh/files/patch-warnings
+++ b/www/websh/files/patch-warnings
@@ -18,3 +18,12 @@ Submitted to vendor:
- int ret = 0;
const char *pw = NULL;
const char *user = NULL;
+--- ../generic/logutl.c 2009-09-14 11:11:40.000000000 -0400
++++ ../generic/logutl.c 2010-02-24 22:53:36.000000000 -0500
+@@ -87,5 +87,5 @@
+
+ LogLevel *logLevel = NULL;
+- int res;
++ int res = TCL_ERROR;
+
+ if ((logData == NULL) || (levelStr == NULL) || (msg == NULL))