mirror of
https://github.com/irssi/irssi.git
synced 2026-08-09 03:40:16 +02:00
Revert "Merge pull request #19 from ailin-nemui/starttls-no"
This reverts commit3324c5da89, reversing changes made tod3115f3855.
This commit is contained in:
parent
21701a1299
commit
6c47fcf10d
1 changed files with 2 additions and 2 deletions
|
|
@ -12,8 +12,8 @@
|
|||
(IRC_SERVER_SETUP(server) ? TRUE : FALSE)
|
||||
|
||||
enum {
|
||||
STARTTLS_NOTSET = -1, /* */
|
||||
STARTTLS_DISALLOW = 0,
|
||||
STARTTLS_DISALLOW = -1, /* */
|
||||
STARTTLS_NOTSET = 0,
|
||||
STARTTLS_ENABLED = 1
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue