From: Ari Johnson Date: Mon, 25 Apr 2011 03:32:05 +0000 (-0500) Subject: Initialize status = 0 in do_atrlock - temporary workaround X-Git-Url: https://git.theari.com/?a=commitdiff_plain;h=3037b48fffb1bb90b61772a8ff18084b0787e6ca;p=cobramush.git Initialize status = 0 in do_atrlock - temporary workaround refs #246 --- 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)