summaryrefslogtreecommitdiff
path: root/svr-authpubkey.c
diff options
context:
space:
mode:
authorMatt Johnston <matt@ucc.asn.au>2005-09-05 15:16:10 +0000
committerMatt Johnston <matt@ucc.asn.au>2005-09-05 15:16:10 +0000
commit9079799ac76873412d3b2f9bd0a1dbbc740a358f (patch)
treeb8ae3fd07645b13080425acb2b3b379650ca4ac0 /svr-authpubkey.c
parentce2d6eecd9e95677018a4bfc369f8dca38e74e1e (diff)
downloaddropbear-9079799ac76873412d3b2f9bd0a1dbbc740a358f.tar.gz
* use own assertions which should get logged properly
Diffstat (limited to 'svr-authpubkey.c')
-rw-r--r--svr-authpubkey.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/svr-authpubkey.c b/svr-authpubkey.c
index dcd59f0..a5520e5 100644
--- a/svr-authpubkey.c
+++ b/svr-authpubkey.c
@@ -266,7 +266,6 @@ static int checkpubkeyperms() {
TRACE(("enter checkpubkeyperms"))
- assert(ses.authstate.pw);
if (ses.authstate.pw->pw_dir == NULL) {
goto out;
}