X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=src%2Frrd_not_thread_safe.c;h=8cdc00e54b289cecec0eb580c9a73838aacefa4c;hb=0dd9e81745110d811a021513843c05fead623b8d;hp=13160e69cea2fc835ec6faffcd8f38c068bcd673;hpb=134ab7800aa5ee81007b7467a56e6f46a5017b85;p=rrdtool.git diff --git a/src/rrd_not_thread_safe.c b/src/rrd_not_thread_safe.c index 13160e6..8cdc00e 100644 --- a/src/rrd_not_thread_safe.c +++ b/src/rrd_not_thread_safe.c @@ -13,6 +13,7 @@ #include "rrd_tool.h" #define MAXLEN 4096 #define ERRBUFLEN 256 + static char rrd_error[MAXLEN] = "\0"; static char rrd_liberror[ERRBUFLEN] = "\0"; /* The global context is very useful in the transition period to even