[exim-dev] [Bug 3042] EXim closes connection direct after en…

Pàgina inicial
Delete this message
Reply to this message
Autor: Exim Bugzilla
Data:  
A: exim-dev
Assumpte: [exim-dev] [Bug 3042] EXim closes connection direct after end of DATA (.)
https://bugs.exim.org/show_bug.cgi?id=3042

Lars Timmann <lt@???> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED


--- Comment #12 from Lars Timmann <lt@???> ---
I had the possibility to try out 4.97 where the fix for bug 2903 is added and
that solved this bug.

The only fixes to get it compiled on Solaris 11.4 were:

OS/os.h-SunOS5:
@@ -56,4 +56,10 @@
# define MAX(a,b) (((a)>(b))?(a):(b))
#endif

+/* u_int16_t -> uint16_t */
+# define u_int16_t uint16_t
+
+/* u_int32_t -> uint32_t */
+# define u_int32_t uint32_t
+
/* End */

Thank you, this bug can be closed now!

Merry Christmas!

Lars

--
You are receiving this mail because:
You are on the CC list for the bug.

--
## subscription configuration (requires account):
## https://lists.exim.org/mailman3/postorius/lists/exim-dev.lists.exim.org/
## unsubscribe (doesn't require an account):
## exim-dev-unsubscribe@???
## Exim details at http://www.exim.org/
## Please use the Wiki with this list - http://wiki.exim.org/