Merge branch 'develop' into timeout

This commit is contained in:
Markus Makela
2015-02-23 10:28:55 +02:00
9 changed files with 9096 additions and 70 deletions

View File

@ -251,7 +251,7 @@ GWPROTOCOL *funcs;
else
{
/* Save authentication data to file cache */
char *ptr, path[4096];
char *ptr, path[4097];
int mkdir_rval = 0;
strcpy(path, "/usr/local/skysql/MaxScale");
if ((ptr = getenv("MAXSCALE_HOME")) != NULL)