git://scientific.zcu.cz
/
jra1mw.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6ec07da
)
Enlarged buffer for error messages so the long messages from GSSAPI could be displayed
author
Daniel Kouřil
<kouril@ics.muni.cz>
Fri, 10 Feb 2006 14:27:47 +0000
(14:27 +0000)
committer
Daniel Kouřil
<kouril@ics.muni.cz>
Fri, 10 Feb 2006 14:27:47 +0000
(14:27 +0000)
org.glite.lb.logger/src/il_error.c
patch
|
blob
|
blame
|
history
diff --git
a/org.glite.lb.logger/src/il_error.c
b/org.glite.lb.logger/src/il_error.c
index
95bee1b
..
f57b2ed
100644
(file)
--- a/
org.glite.lb.logger/src/il_error.c
+++ b/
org.glite.lb.logger/src/il_error.c
@@
-20,7
+20,7
@@
extern int log_level;
static pthread_key_t err_key;
-static int IL_ERR_MSG_LEN = 1
28
;
+static int IL_ERR_MSG_LEN = 1
024
;
static
void