~ubuntu-branches/debian/sid/kamailio/sid

« back to all changes in this revision

Viewing changes to modules/mi_xmlrpc/abyss_response.c

  • Committer: Package Import Robot
  • Author(s): Victor Seva
  • Date: 2014-01-06 11:47:13 UTC
  • mfrom: (1.1.5)
  • Revision ID: package-import@ubuntu.com-20140106114713-t8xidp4arzrnyeya
Tags: 4.1.1-1
* New upstream release
* debian/patches:
  - add upstream fixes
* Added tls outbound websocket autheph dnssec modules
  - openssl exception added to their license
* removing sparc and ia64 from supported archs
  for mono module (Closes: #728915)

Show diffs side-by-side

added added

removed removed

Lines of Context:
583
583
 
584
584
                                  
585
585
 
 
586
#ifdef XMLRPC_OLD_VERSION
586
587
/*********************************************************************
587
588
** Base64
588
589
*********************************************************************/
623
624
    /* ...and zero-terminate it. */
624
625
    *p = '\0';
625
626
}
 
627
#endif
626
628
 
627
629
/******************************************************************************
628
630
**