Skip to content

Commit

Permalink
Fix bug with recipientdomain condition
Browse files Browse the repository at this point in the history
  • Loading branch information
fredriklengstrand committed Feb 22, 2023
1 parent 1f7231d commit b7dc739
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
CMAKE_MINIMUM_REQUIRED(VERSION 3.0)

PROJECT("warmup" VERSION 1.1.1)
PROJECT("warmup" VERSION 1.1.2)

# RPM/DEB and CENTOS7/CENTOS8/UBU1804/UBU2004/UBU2204
IF (EXISTS "${CMAKE_CURRENT_BINARY_DIR}/OSRELEASE.txt")
Expand Down
2 changes: 1 addition & 1 deletion warmup.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@ bool parseConfigSchedule(HalonConfig* cfg, std::map<std::string, schedule_t>& sc
{ HALONMTA_QUEUE_LOCALIP, "localip" },
{ HALONMTA_QUEUE_REMOTEIP, "remoteip" },
{ HALONMTA_QUEUE_REMOTEMX, "remotemx" },
{ HALONMTA_QUEUE_RECIPIENTDOMAIN, "domain" },
{ HALONMTA_QUEUE_RECIPIENTDOMAIN, "recipientdomain" },
{ HALONMTA_QUEUE_JOBID, "jobid" }
})
{
Expand Down

0 comments on commit b7dc739

Please sign in to comment.