Potential patch for #4232

This commit is contained in:
Miroslav Stampar
2020-06-14 22:01:49 +02:00
parent bbdedb39f9
commit 3910b86853
2 changed files with 2 additions and 2 deletions

View File

@@ -172,7 +172,7 @@ class Agent(object):
newValue = "%s%s" % (value, newValue)
newValue = self.cleanupPayload(newValue, origValue)
newValue = self.cleanupPayload(newValue, origValue) or ""
if base64Encoding:
_newValue = newValue