summaryrefslogtreecommitdiffstats
path: root/nanohttp/nanohttp-mime.c
diff options
context:
space:
mode:
authorGravatar m0gg2006-12-16 15:55:24 +0000
committerGravatar m0gg2006-12-16 15:55:24 +0000
commit00d74ec45b1c26ec2d8bd9f2a32df79873f4a24b (patch)
tree4a3f6df6a60ab77acd65e006830e8448a8185ecf /nanohttp/nanohttp-mime.c
parenta672c6bc27848baf467e4ac5a969709bb84201db (diff)
downloadcsoap-00d74ec45b1c26ec2d8bd9f2a32df79873f4a24b.tar.gz
csoap-00d74ec45b1c26ec2d8bd9f2a32df79873f4a24b.tar.bz2
soap.udp socket errors fixed
Diffstat (limited to 'nanohttp/nanohttp-mime.c')
-rwxr-xr-xnanohttp/nanohttp-mime.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/nanohttp/nanohttp-mime.c b/nanohttp/nanohttp-mime.c
index 59b50c0..4798bf4 100755
--- a/nanohttp/nanohttp-mime.c
+++ b/nanohttp/nanohttp-mime.c
@@ -3,7 +3,7 @@
* | \/ | | | | \/ | | _/
* |_''_| |_| |_''_| |_'/ PARSER
*
-* $Id: nanohttp-mime.c,v 1.18 2006/12/11 08:35:58 m0gg Exp $
+* $Id: nanohttp-mime.c,v 1.19 2006/12/16 15:55:24 m0gg Exp $
*
* CSOAP Project: A http client/server library in C
* Copyright (C) 2003-2004 Ferhat Ayaz
@@ -964,8 +964,7 @@ mime_get_attachments(content_type_t * ctype, struct http_input_stream_t * in,
"'start' not set for multipart/related");
}
- mimeMessage =
- mime_message_parse(in, root_id, boundary, ".");
+ mimeMessage = mime_message_parse(in, root_id, boundary, ".");
if (mimeMessage == NULL)
{
/* TODO (#1#): Handle Error in http form */