From: David van Moolenbroek Date: Fri, 8 May 2009 12:38:14 +0000 (+0000) Subject: Reenable RS table dump from IS (Shift+F6) X-Git-Tag: v3.1.4~56 X-Git-Url: http://zhaoyanbai.com/repos/?a=commitdiff_plain;h=2a48c4ad48afe68e637542785aea7841ae0c2542;p=minix.git Reenable RS table dump from IS (Shift+F6) --- diff --git a/servers/rs/main.c b/servers/rs/main.c index c201d0eb6..7808c380d 100644 --- a/servers/rs/main.c +++ b/servers/rs/main.c @@ -82,7 +82,8 @@ PUBLIC int main(void) * Handle the request and send a reply to the caller. */ else { - if (call_nr < RS_RQ_BASE || call_nr >= RS_RQ_BASE+0x100) + if (call_nr != GETSYSINFO && + (call_nr < RS_RQ_BASE || call_nr >= RS_RQ_BASE+0x100)) { /* Ignore invalid requests. Do not try to reply. */ printf("RS: got invalid request %d from endpoint %d\n",