]> arthur.barton.de Git - ngircd-alex.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, 1 Nov 2013 18:12:35 +0000 (19:12 +0100)
commit4ab688c5e82281c4d9ad2a4498523b1722c1f738
tree54adc21668b485c32eb576b53790e87ccabd4125
parent2e931298778af0410c8f8ff61e3323810b0fd88e
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.
src/ngircd/irc.c