Skip to content

Commit

Permalink
session server ssh BUGFIX fix ERR macro
Browse files Browse the repository at this point in the history
  • Loading branch information
roman committed Dec 11, 2023
1 parent 7e15ff2 commit ea82c74
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 @@ -747,7 +747,7 @@ API int
nc_server_ssh_set_pam_conf_filename(const char *filename)
{
(void) filename;
ERR("LibPAM not found.");
ERR(NULL, "LibPAM not found.");
return 1;
}

Expand Down

0 comments on commit ea82c74

Please sign in to comment.