diff --git a/lib/core/agent.py b/lib/core/agent.py index 0a4a52791..926950caf 100644 --- a/lib/core/agent.py +++ b/lib/core/agent.py @@ -123,6 +123,7 @@ class Agent(object): value = "" else: value = "-%s" % randomInt() + value = "%s " % value if value and not value.startswith(' ') else value elif where == PAYLOAD.WHERE.REPLACE: value = "" else: