aboutsummaryrefslogtreecommitdiffstats
path: root/tools/shmtest.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--tools/shmtest.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/shmtest.c b/tools/shmtest.c
index fb336bd2e..53637e174 100644
--- a/tools/shmtest.c
+++ b/tools/shmtest.c
@@ -62,7 +62,7 @@ do_get_string( int mode, const char *keyword, byte *area, size_t areasize )
{
size_t n, len;
char *p=NULL;
- int yes;
+ int yes=0;
n = area[0] << 8 | area[1];
/* fixme: do some sanity checks here */