mirror of https://github.com/Aidaho12/haproxy-wi
v3.4.9.3
parent
8078d166be
commit
ff23c71575
|
@ -433,7 +433,7 @@ def update_to_hash():
|
|||
if i == 4:
|
||||
break
|
||||
i += 1
|
||||
if ver >= '3490' and check_hash():
|
||||
if ver <= '3490' and check_hash():
|
||||
con, cur = get_cur()
|
||||
sql = """select id, password from user """
|
||||
try:
|
||||
|
|
Loading…
Reference in New Issue