Navigation



Ignore:
Timestamp:
Jun 28, 2010, 11:20:48 AM (14 years ago)
Author:
Sebastien Decugis <sdecugis@nict.go.jp>
Branch:
default
Phase:
public
Message:

Fix issue on session cleanup callback parameters -- thanks Souheil for reporting.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/app_radgw/rgwx_echodrop.c

    r270 r340  
    3939
    4040/* If a session is destroyed, empty the list of ed_saved_attribute */
    41 static void state_delete(void * arg) {
     41static void state_delete(void * arg, char * sid) {
    4242        struct fd_list * list = (struct fd_list *)arg;
    4343       
Note: See TracChangeset for help on using the changeset viewer.