Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Per Cederqvist
lyskom-server-ceder-1616-generations-topgit
Commits
08f673b5
Commit
08f673b5
authored
Aug 06, 2003
by
Per Cederqvist
Browse files
(handshake_ok): Actually ignore the dns_done field when told to do so.
parent
225a6dcb
Changes
1
Show whitespace changes
Inline
Side-by-side
src/server/internal-connections.c
View file @
08f673b5
/*
* $Id: internal-connections.c,v 0.
59
2003/08/0
5 09:51:20
ceder Exp $
* $Id: internal-connections.c,v 0.
60
2003/08/0
6 22:04:17
ceder Exp $
* Copyright (C) 1991-1994, 1996-2002 Lysator Academic Computer Association.
*
* This file is part of the LysKOM server.
...
...
@@ -432,5 +432,8 @@ handshake_ok(struct connection *cptr,
if
(
!
cptr
->
dns_done
&&
!
(
ignored
&
ignore_dns
))
return
FALSE
;
return
cptr
->
username_valid
==
TRUE
&&
cptr
->
dns_done
==
TRUE
;
if
(
!
cptr
->
username_valid
)
return
FALSE
;
return
TRUE
;
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment