From 3037b48fffb1bb90b61772a8ff18084b0787e6ca Mon Sep 17 00:00:00 2001 From: Ari Johnson Date: Sun, 24 Apr 2011 22:32:05 -0500 Subject: [PATCH] Initialize status = 0 in do_atrlock - temporary workaround refs #246 --- src/attrib.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/attrib.c b/src/attrib.c index aa9375a..8af76e8 100644 --- a/src/attrib.c +++ b/src/attrib.c @@ -2085,7 +2085,7 @@ do_atrlock(dbref player, const char *xarg1, const char *arg2, dbref thing, creator; char *p, *arg1; ATTR *ptr; - int status; + int status = 0; boolexp key; if (!arg2 || !*arg2) -- 2.30.2