mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-07-29 00:34:33 +02:00
typo
This commit is contained in:
parent
373d2917a8
commit
d33201e916
4
sshd.c
4
sshd.c
@ -11,7 +11,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#include "includes.h"
|
#include "includes.h"
|
||||||
RCSID("$Id: sshd.c,v 1.44 1999/12/26 23:45:54 damien Exp $");
|
RCSID("$Id: sshd.c,v 1.45 1999/12/26 23:55:23 damien Exp $");
|
||||||
|
|
||||||
#ifdef HAVE_POLL_H
|
#ifdef HAVE_POLL_H
|
||||||
# include <poll.h>
|
# include <poll.h>
|
||||||
@ -242,7 +242,7 @@ int do_pam_auth(const char *user, const char *password)
|
|||||||
{
|
{
|
||||||
int pam_retval;
|
int pam_retval;
|
||||||
|
|
||||||
if ((options.permit_empty_passwd == 0) && (password[0] == '\0')
|
if ((options.permit_empty_passwd == 0) && (password[0] == '\0'))
|
||||||
return 0;
|
return 0;
|
||||||
|
|
||||||
pampasswd = password;
|
pampasswd = password;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user