[PATCH] bb_store still not fixed
Alexander Malysh <[email protected]>
| Newsgroups | gmane.comp.mobile.kannel.devel |
|---|---|
| Organization | Centrium GmbH |
| Message-ID | <[email protected]> |
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi Stipe,List Stipe can you pls apply this patch to cvs? We have discussed about this patch?! - -- Mit besten Grüßen aus Köln Dipl.-Ing. Alexander Malysh ___________________________________ Centrium GmbH Ehrenstrasse 2 50672 Köln Fon: +49 (0221) 277 49 150 Fax: +49 (0221) 277 49 109 email: [email protected] web: http://www.centrium.de -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (GNU/Linux) iD8DBQE+Fhf6nX3e5W+uJ0ERAttkAKDSrWY/XxUEpduMrN3mBwFj5uw0kQCg12xw vMZuhQT/IeYMBZwnFGVZwDY= =OYHl -----END PGP SIGNATURE-----
bb_store_race.patch
(text/x-diff, 422 B)
Index: gw/bb_store.c
===================================================================
RCS file: /home/cvs/gateway/gw/bb_store.c,v
retrieving revision 1.18
diff -a -u -r1.18 bb_store.c
--- gw/bb_store.c 1 Jan 2003 23:56:23 -0000 1.18
+++ gw/bb_store.c 3 Jan 2003 23:08:30 -0000
@@ -285,7 +285,7 @@
{
Msg *copy;
- if (file == NULL)
+ if (filename == NULL)
return 0;
if (msg_type(msg) == sms) {