]> Zhao Yanbai Git Server - minix.git/commitdiff
Reenable RS table dump from IS (Shift+F6)
authorDavid van Moolenbroek <david@minix3.org>
Fri, 8 May 2009 12:38:14 +0000 (12:38 +0000)
committerDavid van Moolenbroek <david@minix3.org>
Fri, 8 May 2009 12:38:14 +0000 (12:38 +0000)
servers/rs/main.c

index c201d0eb6334762ff6a811e9b5b37e5563fc1d47..7808c380d8bc8920e59dd9a0f77af2e1333dfcb8 100644 (file)
@@ -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",