Added missing function comment

Former-commit-id: 623987f9ecefc09e698f2229a38f505835e0e2d7
Former-commit-id: f16903cda0f49d4bbb701158d1d49b14bc1fe757
This commit is contained in:
2023-03-01 19:33:38 -05:00
parent 99cf9b7413
commit 16f1225621
+1 -1
View File
@@ -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: