silcd: fixed Deny hostname comparison
authorPekka Riikonen <priikone@silcnet.org>
Mon, 25 May 2009 17:43:22 +0000 (20:43 +0300)
committerPekka Riikonen <priikone@silcnet.org>
Mon, 25 May 2009 17:43:22 +0000 (20:43 +0300)
commit7d0cb0875ea6adaac843bc8d7ee1d74666c99afd
treef56aed953f1b1280c5ecca1300a806b7be3596e2
parenta576439040a03e4b98b96b5834e504da00ced6e5
silcd: fixed Deny hostname comparison

Use the silc_strin_match instead of silc_string_compare to match
hostnames and IP addresses in silcd.conf.  Fixed for Deny but changed
in all the other places as well.
apps/silcd/serverconfig.c