084266e
# User Mikael Berthe <mikael.berthe@lilotux.net>
084266e
# Date 1194544713 -3600
084266e
Fix file transfers with recent Sametime servers
084266e
084266e
It seems that the last guint32_get() fails when Meanwhile receives
084266e
the FT offer.
084266e
I think we can skip it -- works for me but I can't check it with an
084266e
older server.
084266e
084266e
diff -r 4aabc56c0e5f src/srvc_ft.c
084266e
--- a/src/srvc_ft.c	Tue Nov 06 11:46:26 2007 +0100
084266e
+++ b/src/srvc_ft.c	Thu Nov 08 18:58:33 2007 +0100
084266e
@@ -142,7 +142,7 @@ static void recv_channelCreate(struct mw
084266e
   mwString_get(b, &fnm;; /* offered filename */
084266e
   mwString_get(b, &txt); /* offering message */
084266e
   guint32_get(b, &size); /* size of offered file */
084266e
-  guint32_get(b, &junk); /* unknown */
084266e
+  /* guint32_get(b, &junk); */ /* unknown */
084266e
   /* and we just skip an unknown guint16 at the end */
084266e
 
084266e
   b_err = mwGetBuffer_error(b);