Diff for /rpl/src/instructions_c9.c between versions 1.30 and 1.31

version 1.30, 2023/11/24 09:12:57 version 1.31, 2023/11/24 10:58:21
Line 226  instruction_clrsock(struct_processus *s_ Line 226  instruction_clrsock(struct_processus *s_
   
     if ((*s_objet_argument).type == SCK)      if ((*s_objet_argument).type == SCK)
     {      {
           socket = -1;
   
         l_element_courant = (*s_etat_processus).s_sockets;          l_element_courant = (*s_etat_processus).s_sockets;
         l_element_precedent = NULL;          l_element_precedent = NULL;
   

Removed from v.1.30  
changed lines
  Added in v.1.31


CVSweb interface <joel.bertrand@systella.fr>