X-Git-Url: http://git.pond.sub.org/?p=empserver;a=blobdiff_plain;f=src%2Flib%2Fcommands%2Fxdump.c;h=8d10669e690898d82f5e49ad3b3099c74d15c913;hp=d758b1d334d344f87da06f480661b3149caf495f;hb=78b3af20;hpb=1ffea04a6d5e45beb1fcdbe8fdc34639187086b9 diff --git a/src/lib/commands/xdump.c b/src/lib/commands/xdump.c index d758b1d33..8d10669e6 100644 --- a/src/lib/commands/xdump.c +++ b/src/lib/commands/xdump.c @@ -27,7 +27,7 @@ * xdump.c: Extended dump * * Known contributors to this file: - * Markus Armbruster, 2004-2008 + * Markus Armbruster, 2004-2011 */ #include @@ -211,7 +211,5 @@ xdump(void) pr("Access to table %s denied\n", ef_nameof(type)); return RET_FAIL; } - if (type == EF_VERSION && !player->argp[2]) - return xditem(&xd, type, "*"); /* backward compatibility */ return xditem(&xd, type, player->argp[2]); }