Removed som old code, more comments ...

FossilOrigin-Name: f7e91399da51dadbbb2565554a03af2d1b4623b79319a247f5a1f16de47d13c6
This commit is contained in:
7u83@mail.ru
2015-05-01 18:34:50 +00:00
parent e6e105d7a6
commit 4d8664a2eb
20 changed files with 148 additions and 171 deletions

View File

@ -350,7 +350,7 @@ void config_to_sql(struct conn *conn)
db_put_wtp_prop(wtp_id,-1,cwi->id,str);
}
else{
cw_log(LOG_ERR,"Can_'t converto to str");
cw_log(LOG_ERR,"Can't converto to str");
}
@ -456,7 +456,6 @@ static void wtpman_run(void *arg)
if ( conn->outgoing->count ) {
rc = cw_send_request(conn, CW_MSG_CONFIGURATION_UPDATE_REQUEST);
DBGX("CU RC: %d",rc);
DBGX("MAV MERGE","");
mavl_merge(conn->config,conn->outgoing);

View File

@ -28,7 +28,7 @@ struct wtpman{
uint8_t * session_id;
uint8_t wtp_mactype;
struct wtpinfo wtpinfo;
//struct wtpinfo wtpinfo;
int socklistindex;