mirror of
https://github.com/bstansell/conserver.git
synced 2025-04-09 20:11:14 +00:00
Merge pull request #95 from JeffMoyer/issue-93
FileUnopen: always return a valid file descriptor
This commit is contained in:
commit
28837087b4
@ -708,7 +708,7 @@ FileUnopen(CONSFILE *cfp)
|
||||
break;
|
||||
#if HAVE_OPENSSL
|
||||
case SSLSocket:
|
||||
retval = -1;
|
||||
retval = cfp->fd;
|
||||
break;
|
||||
#endif
|
||||
default:
|
||||
|
Loading…
x
Reference in New Issue
Block a user