[PATCH] store not critical fix
Alexander Malysh <[email protected]>
| Newsgroups | gmane.comp.mobile.kannel.devel |
|---|---|
| Organization | Centrium GmbH |
| Message-ID | <[email protected]> |
Hi all, and again small fix ;) Here is small fix for bb_store. -- Mit besten Grüßen aus Köln Dipl.-Ing. Alexander Malysh ___________________________________________ Centrium GmbH Ehrenstraße 2 50672 Köln Fon: +49 (0221) 277 49 150 Fax: +49 (0221) 277 49 109 email: [email protected] web: www.centrium.de
store-fix.patch
(text/x-diff, 572 B)
Index: gw/bb_store.c
===================================================================
RCS file: /home/cvs/gateway/gw/bb_store.c,v
retrieving revision 1.16
diff -a -u -r1.16 bb_store.c
--- gw/bb_store.c 26 Aug 2002 14:10:10 -0000 1.16
+++ gw/bb_store.c 2 Dec 2002 18:40:34 -0000
@@ -393,10 +393,6 @@
msgs++;
}
else if (msg_type(msg) == ack) {
- if (msg->sms.sms_type == report) {
- octstr_destroy(pack);
- continue;
- }
key = octstr_format("%d-%d", msg->ack.time, msg->ack.id);
dmsg = dict_remove(msg_hash, key);
if (dmsg != NULL)