diff options
Diffstat (limited to 'source4/lib')
-rw-r--r-- | source4/lib/ejs/var.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/ejs/var.c b/source4/lib/ejs/var.c index 63c0b7b98d..70a277ae73 100644 --- a/source4/lib/ejs/var.c +++ b/source4/lib/ejs/var.c @@ -1706,7 +1706,7 @@ void mprVarToString(char** out, int size, char *fmt, MprVar *obj) MprVar mprParseVar(char *buf, MprType preferredType) { - MprType type; + MprType type = MPR_TYPE_UNDEFINED; char *cp; mprAssert(buf); |