Small typo fix (smsc_smpp)
Alexander Malysh <[email protected]>
| Newsgroups | gmane.comp.mobile.kannel.devel |
|---|---|
| Organization | Centrium GmbH |
| Message-ID | <[email protected]> |
Hi All, here is small typo bugfix. Otherwise if you get error from SMSC you can't find DLR for this sms. -- 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
smsc_smpp.diff
(text/x-diff, 628 B)
Index: gw/smsc/smsc_smpp.c
===================================================================
RCS file: /home/cvs/gateway/gw/smsc/smsc_smpp.c,v
retrieving revision 1.13
diff -a -u -r1.13 smsc_smpp.c
--- gw/smsc/smsc_smpp.c 16 Oct 2002 11:35:41 -0000 1.13
+++ gw/smsc/smsc_smpp.c 16 Oct 2002 17:35:55 -0000
@@ -794,7 +794,7 @@
dlrmsg->sms.msgdata = reply;
- time(&msg->sms.time);
+ time(&dlrmsg->sms.time);
info(0,"SMPP[%s]: DLR = %s", octstr_get_cstr(smpp->conn->id),
octstr_get_cstr(dlrmsg->sms.dlr_url));