Split secrets.h to public and core + miscellaneous cleanup

Also, changed some function names to this_style from thisStyle. More of
this in later commits.
This commit is contained in:
Esa Korhonen
2017-01-27 13:14:31 +02:00
parent 6cc205dafa
commit 1f9b18e3bc
15 changed files with 107 additions and 72 deletions

View File

@ -836,7 +836,7 @@ static bool add_service_user(SERV_LISTENER *port)
if (serviceGetUser(port->service, &user, &pw))
{
pw = decryptPassword(pw);
pw = decrypt_password(pw);
if (pw)
{