Skip to content

Commit

Permalink
session server ssh REFACTOR dont print libpam err
Browse files Browse the repository at this point in the history
  • Loading branch information
roman committed Dec 14, 2023
1 parent ea82c74 commit f69fbcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/session_server_ssh.c
Original file line number Diff line number Diff line change
Expand Up @@ -746,8 +746,8 @@ nc_server_ssh_set_pam_conf_filename(const char *filename)
API int
nc_server_ssh_set_pam_conf_filename(const char *filename)
{
/* LibPAM not supported */
(void) filename;
ERR(NULL, "LibPAM not found.");
return 1;
}

Expand Down

0 comments on commit f69fbcf

Please sign in to comment.