Diff for /rpl/src/rpl.c between versions 1.31 and 1.32

version 1.31, 2010/06/24 10:10:46 version 1.32, 2010/07/02 08:40:27
Line 1907  rplinit(int argc, char *argv[], unsigned Line 1907  rplinit(int argc, char *argv[], unsigned
             }              }
   
             if (((*s_etat_processus).instruction_derniere_erreur =              if (((*s_etat_processus).instruction_derniere_erreur =
                     malloc(2 * sizeof(unsigned char))) == NULL)                      malloc(sizeof(unsigned char))) == NULL)
             {              {
                 erreur = d_es_allocation_memoire;                  erreur = d_es_allocation_memoire;
   

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


CVSweb interface <joel.bertrand@systella.fr>