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:
@ -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)
|
||||
{
|
||||
|
Reference in New Issue
Block a user