]> arthur.barton.de Git - ngircd.git/commit
Remove wrong #ifdef in Option_String()
authorAlexander Barton <alex@barton.de>
Fri, 1 Nov 2013 18:12:35 +0000 (19:12 +0100)
committerAlexander Barton <alex@barton.de>
Fri, 27 Dec 2013 20:52:59 +0000 (21:52 +0100)
commitac127ff20ab68b2382f5a08c57370e400fb254ba
tree1df3ed057a24393176254b099357e0e7ab49df53
parent94148c37f5b29dffe1f37192d3930a2e3de2377d
Remove wrong #ifdef in Option_String()

This fixes the following error when compiling without zlib support:

  irc.c: In function ‘Option_String’:
  irc.c:487: error: ‘options’ undeclared (first use in this function)

Reported by "der_baer" on #ngircd.

(cherry picked from commit 4ab688c5e82281c4d9ad2a4498523b1722c1f738)
src/ngircd/irc.c