mirror of
https://github.com/sheumann/telnetd.git
synced 2024-11-26 12:49:21 +00:00
Help fix warnings by marking an argument as unused.
git-svn-id: http://svn0.us-east.freebsd.org/base/head/contrib/telnet@98882 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
This commit is contained in:
parent
e151b0ff25
commit
22ff929ecd
@ -90,6 +90,7 @@ auth_encrypt_user(char *name)
|
|||||||
UserNameRequested = name ? strdup(name) : 0;
|
UserNameRequested = name ? strdup(name) : 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* ARGSUSED */
|
||||||
void
|
void
|
||||||
auth_encrypt_connect(int cnt __unused)
|
auth_encrypt_connect(int cnt __unused)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user