gnokii-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Problem sending multipart messages with Motorola V3


From: Daniele Forsi
Subject: Re: Problem sending multipart messages with Motorola V3
Date: Mon, 9 Aug 2010 16:06:00 +0200

2010/8/9 Renato Duarte Soffiatto wrote:

> Yes, the process did not segfault, or accused some error. It simply stopped,
> returning to the shell (when started from there), even for the SMSD.

that's really strange, I tested smsd with this change and it just
printed the error message and continued as expected

diff --git a/smsd/lowlevel.c b/smsd/lowlevel.c
index 80a2c87..159eead 100644
--- a/smsd/lowlevel.c
+++ b/smsd/lowlevel.c
@@ -272,7 +272,7 @@ static gint A_SendSMSMessage (gpointer data)

   gn_data_clear (dt);
   dt->sms = d->sms;
-  d->status = gn_sms_send (dt, sm);
+  d->status = GN_ERR_TIMEOUT; //gn_sms_send (dt, sm);
   status = d->status;
   free (dt->sms->reference);
   free (dt);

-- 
Daniele Forsi



reply via email to

[Prev in Thread] Current Thread [Next in Thread]