summaryrefslogtreecommitdiff
path: root/cli-authpasswd.c
diff options
context:
space:
mode:
Diffstat (limited to 'cli-authpasswd.c')
-rw-r--r--cli-authpasswd.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/cli-authpasswd.c b/cli-authpasswd.c
index 724203b..02bce18 100644
--- a/cli-authpasswd.c
+++ b/cli-authpasswd.c
@@ -33,7 +33,7 @@
int cli_auth_password() {
char* password = NULL;
- TRACE(("enter cli_auth_password"));
+ TRACE(("enter cli_auth_password"))
CHECKCLEARTOWRITE();
password = getpass("Password: ");
@@ -56,7 +56,7 @@ int cli_auth_password() {
encrypt_packet();
m_burn(password, strlen(password));
- TRACE(("leave cli_auth_password"));
+ TRACE(("leave cli_auth_password"))
return 1; /* Password auth can always be tried */
}