Temporarily #if 0 out the call to read_keytab_file().
authorGuy Harris <guy@alum.mit.edu>
Sat, 3 Jan 2015 04:06:34 +0000 (20:06 -0800)
committerGuy Harris <guy@alum.mit.edu>
Sat, 3 Jan 2015 04:07:02 +0000 (04:07 +0000)
commit16fe32f408c49f21206d750b7601de5c4ddca41c
tree1b81a5f31c1d2edf63afee4bf17378755f8b4c4d
parent33ba8d384d8e2e721bad4cb61737bb58dec0e142
Temporarily #if 0 out the call to read_keytab_file().

If this fixes the Win64 build, somehow HAVE_KERBEROS is getting defined
when this is built but we're not actually building read_keytab_file in
packet-kerberos.c.

If that *doesn't* fix the Win64 build's failure to find
read_keytab_file(), something Really Weird is going on, because nobody
should be looking for it.

Change-Id: If607e0eeeff854693cf9ce2ea1009d34a20a9992
Reviewed-on: https://code.wireshark.org/review/6259
Reviewed-by: Guy Harris <guy@alum.mit.edu>
wireshark-qt.cpp