Changeset 946

Show
Ignore:
Timestamp:
08/06/08 20:04:17 (4 months ago)
Author:
mariodebian
Message:

initramfs-tools-tcos (0.89.5)

  • xmlrpc/tcosxmlrpc.c
    • Fix typo adding method tcos_tnc in OLD API
Location:
trunk/initramfs-tools-tcos
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/initramfs-tools-tcos/debian/changelog

    r943 r946  
    77    - Read TCOS SSL vars before reading log file 
    88  * Update Debian testing default kernel to 2.6.25-2-486 
    9  
    10  -- Mario Izquierdo (mariodebian) <mariodebian@gmail.com>  Wed, 06 Aug 2008 19:49:43 +0200 
     9  * xmlrpc/tcosxmlrpc.c 
     10    - Fix typo adding method tcos_tnc in OLD API 
     11 
     12 -- Mario Izquierdo (mariodebian) <mariodebian@gmail.com>  Wed, 06 Aug 2008 20:03:40 +0200 
    1113 
    1214initramfs-tools-tcos (0.89.4) unstable; urgency=low 
  • trunk/initramfs-tools-tcos/xmlrpc/tcosxmlrpc.c

    r920 r946  
    230230    "ssss:s", "Tcos, manage rtp params."); 
    231231 
    232     xmlrpc_server_abyss_add_method_w_doc("tcos.tnc", &tcos_rtp, NULL, 
     232    xmlrpc_server_abyss_add_method_w_doc("tcos.tnc", &tcos_tnc, NULL, 
    233233    "sssss:s", "Tcos, net controller params."); 
    234234