Initialize mret in match_exit - temporary workaround
authorAri Johnson <ari@theari.com>
Mon, 25 Apr 2011 04:10:07 +0000 (23:10 -0500)
committerAri Johnson <ari@theari.com>
Mon, 25 Apr 2011 04:10:07 +0000 (23:10 -0500)
refs #250

src/match.c

index 08801c6b4ebf0e925cf75c8253ab8ee47b768cff..d0dd877e9c48f19ab82fe314e7f556aeac59779d 100644 (file)
@@ -564,7 +564,7 @@ MATCH_FUNC(match_list)
 MATCH_FUNC(match_exit)
 {
   dbref loc;
-  int mret;
+  int mret = MATCH_EXACT; /* FIXME: temporary workaround */
 
   loc = (IsRoom(who)) ? who : Location(who);
   if (flags & MAT_REMOTES) {