]> arthur.barton.de Git - ngircd-alex.git/commit
New_Connection(): mark "IsSSL" parameter as UNUSED
authorAlexander Barton <alex@barton.de>
Tue, 11 Sep 2012 11:14:08 +0000 (13:14 +0200)
committerAlexander Barton <alex@barton.de>
Tue, 11 Sep 2012 11:15:16 +0000 (13:15 +0200)
commitf5441d217068cdb4a34c27b2fde9ca59558e7a5b
tree319761023c0e8fab05e1a40be4c832ca16b51f91
parentf38a9035e5439cb395b2de6b9bdfa36102bfe80c
New_Connection(): mark "IsSSL" parameter as UNUSED

This fixes the following warning message when building without SSL support:

 conn.c: In function "New_Connection":
 conn.c:1365: warning: unused parameter "IsSSL"

Introduced by commit 01b62202.
src/ngircd/conn.c