Changeset 591


Ignore:
Timestamp:
Nov 1, 2018, 1:01:44 PM (5 years ago)
Author:
alain
Message:

Fix a bug in rpc_process_sigaction_server().

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/kernel/kern/rpc.c

    r583 r591  
    929929    // call relevant kernel function
    930930    if      ( action == DELETE_ALL_THREADS  ) process_delete_threads ( process , client_xp );
    931     else if ( action == BLOCK_ALL_THREADS   ) process_block_threads  ( process , client_xp );
     931    else if ( action == BLOCK_ALL_THREADS   ) process_block_threads  ( process );
    932932    else if ( action == UNBLOCK_ALL_THREADS ) process_unblock_threads( process );
    933933
Note: See TracChangeset for help on using the changeset viewer.