Paul Keogh wrote:
> 
> In the function at2_send_one_message()/smsc_at2.c, the lines
> 
>             counter_increase(privdata->conn->sent);
>             bb_smscconn_sent(privdata->conn, msg);
> 
> increment the sent messages counter twice because bb_smscconn_sent()
> also does;
> 
>     counter_increase(outgoing_sms_counter);
>     if (conn) counter_increase(conn->sent);
> 
> Thus, conn->sent is incremented twice. The counter_increase() in the
> AT2 driver should be removed.

yep, +1, commited.

Stipe

[EMAIL PROTECTED]
-------------------------------------------------------------------
Wapme Systems AG

Vogelsanger Weg 80
40470 D�sseldorf

Tel: +49-211-74845-0
Fax: +49-211-74845-299

E-Mail: [EMAIL PROTECTED]
Internet: http://www.wapme-systems.de
-------------------------------------------------------------------
wapme.net - wherever you are

Reply via email to