From 9ceb518a50a470ed37896404ee08f84d7a3a9ca3 Mon Sep 17 00:00:00 2001 From: Miroslav Stampar Date: Wed, 2 Oct 2013 22:03:53 +0200 Subject: [PATCH] Minor patch --- lib/core/agent.py | 1 + 1 file changed, 1 insertion(+) 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: