From f2d600eb94e8524a153ca2cc54d5bdfff4e69c3b Mon Sep 17 00:00:00 2001 From: Stefan Ritt Date: Wed, 25 Jun 2003 15:25:13 +0000 Subject: [PATCH] Fixed bug with 'reply_to' SVN revision: 559 --- src/elog.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/elog.c b/src/elog.c index 0484e430..a8a557f0 100755 --- a/src/elog.c +++ b/src/elog.c @@ -6,6 +6,9 @@ Contents: Electronic logbook utility $Log$ + Revision 1.6 2003/06/25 15:25:13 midas + Fixed bug with 'reply_to' + Revision 1.5 2003/06/05 07:16:36 midas Creat boundary randomly @@ -274,7 +277,7 @@ char host_name[256], boundary[80], str[80], *p; if (reply) sprintf(content+strlen(content), - "%s\r\nContent-Disposition: form-data; name=\"orig\"\r\n\r\n%d\r\n", boundary, reply); + "%s\r\nContent-Disposition: form-data; name=\"reply_to\"\r\n\r\n%d\r\n", boundary, reply); for (i=0 ; i