Skip to content

Commit f69fbcf

Browse files
author
roman
committed
session server ssh REFACTOR dont print libpam err
1 parent ea82c74 commit f69fbcf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/session_server_ssh.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -746,8 +746,8 @@ nc_server_ssh_set_pam_conf_filename(const char *filename)
746746
API int
747747
nc_server_ssh_set_pam_conf_filename(const char *filename)
748748
{
749+
/* LibPAM not supported */
749750
(void) filename;
750-
ERR(NULL, "LibPAM not found.");
751751
return 1;
752752
}
753753

0 commit comments

Comments
 (0)