Diff for /rpl/src/instructions_t2.c between versions 1.12 and 1.13

version 1.12, 2010/07/14 14:19:39 version 1.13, 2010/08/06 15:26:50
Line 20 Line 20
 */  */
   
   
 #include "rpl.conv.h"  #include "rpl-conv.h"
   
   
 /*  /*
Line 2152  instruction_target(struct_processus *s_e Line 2152  instruction_target(struct_processus *s_e
                 else if ((*((struct_socket *) (*s_objet_argument_1).objet))                  else if ((*((struct_socket *) (*s_objet_argument_1).objet))
                         .domaine == PF_INET6)                          .domaine == PF_INET6)
                 { // Résolution du nom en IPv6                  { // Résolution du nom en IPv6
   #                   ifdef IPV6
                     resolution_courante = resolution;                      resolution_courante = resolution;
   
                     while(resolution_courante != NULL)                      while(resolution_courante != NULL)
Line 2199  instruction_target(struct_processus *s_e Line 2200  instruction_target(struct_processus *s_e
                                 (*resolution_courante).ai_addr)).sin6_addr                                  (*resolution_courante).ai_addr)).sin6_addr
                                 .s6_addr[i]);                                  .s6_addr[i]);
                     }                      }
   #                   else
   #                   endif
                 }                  }
                 else                  else
                 {                  {

Removed from v.1.12  
changed lines
  Added in v.1.13


CVSweb interface <joel.bertrand@systella.fr>