Hello,

Ooops, I forgot the patch (though I'm not sure it's the best way to do,
at least this is a 'hack that worked' on my problem):

--- neon27-0.28.2/src/ne_session.c.orig 2008-05-23 18:38:34.000000000 +0200
+++ neon27-0.28.2/src/ne_session.c      2008-05-23 18:30:49.000000000 +0200
@@ -213,7 +213,7 @@
 {
     ne_session *sess = userdata;

-    if (status == ne_status_sending || status == ne_status_recving) {
+    if ((sess->progress_cb!=NULL) && (status == ne_status_sending ||
status == ne_status_recving)) {
         sess->progress_cb(sess->progress_ud, info->sr.progress,
info->sr.total);
     }
 }

-- 
Emmanuel Fleury

We don't see things as they are, we see things as we are.
  -- Anaïs Nin



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to