jingle/register.c
changeset 148 cb40539b88b7
parent 135 06b7c6f1c05c
child 163 a4c75fe75869
equal deleted inserted replaced
147:c72010633a86 148:cb40539b88b7
   112                                                GSList **forbid)
   112                                                GSList **forbid)
   113 {
   113 {
   114   AppHandlerEntry *app = jingle_find_app(appxmlns);
   114   AppHandlerEntry *app = jingle_find_app(appxmlns);
   115   GSList *entry;
   115   GSList *entry;
   116   TransportHandlerEntry *thistransport, *besttransport = NULL;
   116   TransportHandlerEntry *thistransport, *besttransport = NULL;
   117   JingleTransportPriority bestprio = JINGLE_TRANSPORT_NONE;
   117   JingleTransportPriority bestprio = 0;
   118   JingleTransportType requestedtype;
   118   JingleTransportType requestedtype;
   119 
   119 
   120   if (app == NULL)
   120   if (app == NULL)
   121     return NULL;
   121     return NULL;
   122 
   122