one more just in case update

This commit is contained in:
Miroslav Stampar 2012-05-28 19:34:47 +00:00
parent efb406fbfc
commit 73dba249e8

View File

@ -59,7 +59,7 @@ def dnsUse(payload, expression):
while True:
count += 1
prefix, suffix = ("%s" % randomStr(3) for _ in xrange(2))
prefix, suffix = (("%s" % randomStr(3)).lower() for _ in xrange(2))
chunk_length = MAX_DNS_LABEL / 2 if Backend.getIdentifiedDbms() in (DBMS.ORACLE, DBMS.MYSQL, DBMS.PGSQL) else MAX_DNS_LABEL / 4 - 2
_, _, _, _, _, _, fieldToCastStr, _ = agent.getFields(expression)
nulledCastedField = agent.nullAndCastField(fieldToCastStr)