[exim-cvs] Fix non-SUPPORT_MOVE_FROZEN_MESSAGES builds

Top Page
Delete this message
Reply to this message
Author: Exim Git Commits Mailing List
Date:  
To: exim-cvs
Subject: [exim-cvs] Fix non-SUPPORT_MOVE_FROZEN_MESSAGES builds
Gitweb: https://git.exim.org/exim.git/commitdiff/bc062cd5d29c98fce2117533eaa2d811e4dc57d0
Commit:     bc062cd5d29c98fce2117533eaa2d811e4dc57d0
Parent:     fc7bae7f2fa3668ada9bd173e9f24c7166e1dd13
Author:     Jeremy Harris <jgh146exb@???>
AuthorDate: Fri Oct 25 01:37:43 2019 +0100
Committer:  Jeremy Harris <jgh146exb@???>
CommitDate: Fri Oct 25 01:37:43 2019 +0100


    Fix non-SUPPORT_MOVE_FROZEN_MESSAGES builds
---
 src/src/spool_out.c | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)


diff --git a/src/src/spool_out.c b/src/src/spool_out.c
index 463961f..00361ab 100644
--- a/src/src/spool_out.c
+++ b/src/src/spool_out.c
@@ -405,8 +405,6 @@ return statbuf.st_size - size_correction;
}


-#ifdef SUPPORT_MOVE_FROZEN_MESSAGES
-
 /************************************************
 *              Make a hard link                 *
 ************************************************/
@@ -488,8 +486,7 @@ return TRUE;


/* Move the files for a message (-H, -D, and msglog) from one directory (or
hierarchy) to another. It is assume that there is no -J file in existence when
-this is done. At present, this is used only when move_frozen_messages is set,
-so compile it only when that support is configured.
+this is done.

 Arguments:
   id          the id of the message to be delivered
@@ -543,7 +540,6 @@ log_write(0, LOG_MAIN, "moved from %s%s%s%sinput, %smsglog to %s%s%s%sinput, %sm
 return TRUE;
 }


-#endif

/* End of spool_out.c */
/* vi: aw ai sw=2