made nshc-auth default to reading the password
This commit is contained in:
parent
42a0bd3e6e
commit
10194ae89c
@ -27,5 +27,5 @@ function nshc(P,nid,pW)
|
|||||||
end
|
end
|
||||||
C.yield()
|
C.yield()
|
||||||
end
|
end
|
||||||
nshc_w(ev[4],nid,pW)
|
nshc_w(ev[4],nid,(pW or readln("*")))
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user