forked from github/server
coverity complains about possibly missing warden.
This commit is contained in:
parent
039d3ecc6b
commit
c884138351
|
@ -124,7 +124,7 @@ order * ord)
|
||||||
UNUSED_ARG(amount);
|
UNUSED_ARG(amount);
|
||||||
|
|
||||||
/* Pruefen ob in Eingangshalle */
|
/* Pruefen ob in Eingangshalle */
|
||||||
if (u->region->x != 9525 || u->region->y != 9525) {
|
if (warden == NULL || u->region->x != 9525 || u->region->y != 9525) {
|
||||||
cmistake(u, ord, 266, MSG_MAGIC);
|
cmistake(u, ord, 266, MSG_MAGIC);
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue