Unbreak FreeBSD buld
authorJeremy Harris <jgh146exb@wizmail.org>
Wed, 9 Aug 2023 12:08:50 +0000 (13:08 +0100)
committerJeremy Harris <jgh146exb@wizmail.org>
Wed, 9 Aug 2023 12:08:50 +0000 (13:08 +0100)
Broken-by: 4e871f9b28df
src/src/globals.c
src/src/globals.h

index 56d192781514c2d666df74038caa97a6e343f8ab..f945379a082ac9fb0ac46099c468d6ffde13cfbe 100644 (file)
@@ -737,7 +737,7 @@ uid_t   config_uid             = CONFIGURE_OWNER;
 uid_t   config_uid             = 0;
 #endif
 
-ulong  connection_id          = 0L;
+uint64_t connection_id        = 0L;
 int     connection_max_messages= -1;
 uschar *continue_proxy_cipher  = NULL;
 BOOL    continue_proxy_dane    = FALSE;
index 2458066dd9ef3bd2b8463c52af96b0d2772f4896..ff82bef6db0dce04932afd6210e3c21b68fe4994 100644 (file)
@@ -432,7 +432,7 @@ extern gstring *client_cmd_log;            /* debug log of client cmds & responses *
 extern int     clmacro_count;          /* Number of command line macros */
 extern uschar *clmacros[];             /* Copy of them, for re-exec */
 extern BOOL    commandline_checks_require_admin; /* belt and braces for insecure setups */
-extern ulong   connection_id;         /* per-daemon connection number */
+extern uint64_t connection_id;        /* connection number */
 extern int     connection_max_messages;/* Max down one SMTP connection */
 extern FILE   *config_file;            /* Configuration file */
 extern const uschar *config_filename;  /* Configuration file name */