summaryrefslogtreecommitdiffstats
path: root/utils/handle-sshpw
diff options
context:
space:
mode:
Diffstat (limited to 'utils/handle-sshpw')
-rwxr-xr-xutils/handle-sshpw3
1 files changed, 1 insertions, 2 deletions
diff --git a/utils/handle-sshpw b/utils/handle-sshpw
index 4b14208fc..f3201530a 100755
--- a/utils/handle-sshpw
+++ b/utils/handle-sshpw
@@ -41,8 +41,7 @@ ksparser.readKickstart(ksfile)
# sshpw, but after that we start sshd, we need one that points to the
# install target.
luserConf = users.createLuserConf(instPath="")
-# Pass a fake anaconda object in because it won't be needed
-u = users.Users(None)
+u = users.Users()
userdata = ksparser.handler.sshpw.dataList()
for ud in userdata: