Skip to content

Commit

Permalink
Merge pull request #775 from greenbone/mergify/bp/openvas-21.04/pr-757
Browse files Browse the repository at this point in the history
Updated function description of nasl_ssh_shell_open(). (backport #757)
  • Loading branch information
ArnoStiefvater authored Jun 22, 2021
2 parents 78bef49 + aab05e0 commit 3b56aa3
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions nasl/nasl_ssh.c
Original file line number Diff line number Diff line change
Expand Up @@ -1686,8 +1686,10 @@ request_ssh_shell (ssh_channel channel, int pty)
* @nasluparam
*
* - An ssh session id.
* - Named param 'pty' to enable/disable the interactive shell. Default is 1
* interactive.
*
* @naslnparam
*
* - @a pty To enable/disable the interactive shell. Default is 1 (interactive).
*
* @naslret An int on success or NULL on error.
*
Expand Down

0 comments on commit 3b56aa3

Please sign in to comment.