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:
@ -436,7 +436,7 @@ cdc_set_service_user(SERV_LISTENER *listener)
|
||||
return 1;
|
||||
}
|
||||
|
||||
dpwd = decryptPassword(service->credentials.authdata);
|
||||
dpwd = decrypt_password(service->credentials.authdata);
|
||||
|
||||
if (!dpwd)
|
||||
{
|
||||
|
Reference in New Issue
Block a user