Browse Source

Add newline if necessary when removing postfix integration.


git-svn-id: https://svn.microneil.com/svn/SNFUtility/trunk@52 aa37657e-1934-4a5f-aa6d-2d8eab27ff7c
master
adeniz 12 years ago
parent
commit
b1c86f53f7
1 changed files with 5 additions and 0 deletions
  1. 5
    0
      SNFMilterConfig/PostfixIntegrate.cpp

+ 5
- 0
SNFMilterConfig/PostfixIntegrate.cpp View File

@@ -278,6 +278,11 @@ PostfixIntegrate::Unintegrate(FileBackup *SaveFile) {
}
Content += MilterConf.ConfLine(); // Copy updated line.
if (MilterConf.ConfLine() != "") {
Content += "\n";
}
continue;
}

Loading…
Cancel
Save