Changeset 368:a1f26147ec61 in freeDiameter for extensions/app_sip/diamsip.c
- Timestamp:
- Jul 3, 2010, 12:40:00 AM (13 years ago)
- Branch:
- default
- Phase:
- public
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/app_sip/diamsip.c
r364 r368 36 36 #include "diamsip.h" 37 37 38 static struct disp_hdl * diamsip_MAR_hdl=NULL; 39 static struct disp_hdl * diamsip_default_hdl=NULL; 38 struct disp_hdl * diamsip_MAR_hdl=NULL; 39 struct disp_hdl * diamsip_default_hdl=NULL; 40 struct session_handler * ds_sess_hdl; 41 42 struct diamsip_dict sip_dict; 40 43 41 44 int diamsip_default_cb( struct msg ** msg, struct avp * avp, struct session * sess, enum disp_action * act) … … 48 51 } 49 52 50 51 52 53 53 /* entry point */ 54 staticint ds_entry()54 int ds_entry() 55 55 { 56 56 struct dict_object * app=NULL; … … 110 110 CHECK_FCT(fd_sess_handler_create(&ds_sess_hdl, free)); 111 111 112 113 //listnonce=NULL;114 112 return 0; 115 113 } … … 127 125 close_mysql_connection(); 128 126 129 //We delete the chained list of nonces 130 //nonce_deletelistnonce(); 131 //TODO:NONCE 127 132 128 133 129 TRACE_ENTRY();
Note: See TracChangeset
for help on using the changeset viewer.