summaryrefslogtreecommitdiffstats
path: root/lib/libaccess/aclerror.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libaccess/aclerror.cpp')
-rw-r--r--lib/libaccess/aclerror.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libaccess/aclerror.cpp b/lib/libaccess/aclerror.cpp
index 7c1d4a26..8e94f642 100644
--- a/lib/libaccess/aclerror.cpp
+++ b/lib/libaccess/aclerror.cpp
@@ -100,7 +100,7 @@ char * ACL_Program = "NSACL"; /* ACL facility name */
void aclErrorFmt(NSErr_t * errp, char * msgbuf, int maxlen, int maxdepth)
{
NSEFrame_t * efp; /* error frame pointer */
- int len; /* length of error message text */
+ int len = 0; /* length of error message text */
int depth = 0; /* current depth */
msgbuf[0] = 0;