Skip to content

Commit ea82c74

Browse files
author
roman
committed
session server ssh BUGFIX fix ERR macro
1 parent 7e15ff2 commit ea82c74

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/session_server_ssh.c

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

0 commit comments

Comments
 (0)