patch-imap_fud_c 465 B

12345678910111213141516
  1. $OpenBSD: patch-imap_fud_c,v 1.1 2017/05/28 15:46:11 ajacoutot Exp $
  2. Index: imap/fud.c
  3. --- imap/fud.c.orig
  4. +++ imap/fud.c
  5. @@ -96,7 +96,9 @@ static void send_reply(struct sockaddr *sfrom, socklen
  6. static int soc = 0; /* inetd (master) has handed us the port as stdin */
  7. +#ifndef MAXDOMNAME
  8. #define MAXLOGNAME 16 /* should find out for real */
  9. +#endif
  10. #define MAXDOMNAME 20 /* should find out for real */
  11. static int begin_handling(void)