Revert "Coding style and const fixes to last PR"

This reverts commit fbb1f8800a.
This commit is contained in:
Joachim Nilsson
2018-11-15 10:26:03 +01:00
parent fbb1f8800a
commit 66d8ae84e2
4 changed files with 24 additions and 19 deletions

View File

@@ -1138,7 +1138,7 @@ static void hist_add(const char *p)
if (s == NULL)
return;
/* Don't add secret information in history */
// Don't add secret information in history
if (rl_check_secret(s))
return;