mirror of
https://github.com/rwinkhart/sshyp.git
synced 2026-08-30 05:46:31 -04:00
Added missing function comment
Former-commit-id: 623987f9ecefc09e698f2229a38f505835e0e2d7 Former-commit-id: f16903cda0f49d4bbb701158d1d49b14bc1fe757
This commit is contained in:
+1
-1
@@ -144,7 +144,7 @@ def decrypt(_entry_dir, _shm_folder, _shm_entry, _quick_pass,
|
||||
s_exit(4)
|
||||
|
||||
|
||||
def determine_decrypt(_entry_dir, _shm_folder, _shm_entry):
|
||||
def determine_decrypt(_entry_dir, _shm_folder, _shm_entry): # call decrypt() based on quick-unlock status
|
||||
if quick_unlock_enabled == 'y':
|
||||
decrypt(_entry_dir, _shm_folder, _shm_entry, whitelist_verify(port, username_ssh, ip, client_device_id))
|
||||
else:
|
||||
|
||||
Reference in New Issue
Block a user