Fix tomcat/oracle directory change error (#1063)

This commit is contained in:
Mehtab Zafar 2019-03-19 15:54:10 +05:30 committed by Michel Oosterhof
parent 6010a4c0b0
commit 5047fcadc7
1 changed files with 1 additions and 1 deletions

View File

@ -117,7 +117,7 @@ class Passwd(object):
"""
# ensure consistent uid and gid
seed_id = crc32(name)
seed_id = crc32(name.encode("utf-8"))
seed(seed_id)
e = {}