add ugly hack for dns-proxy
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@4585 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -99,6 +99,16 @@ main(int argc, char **argv)
|
|||||||
extern int forward_flags;
|
extern int forward_flags;
|
||||||
#endif /* FORWARD */
|
#endif /* FORWARD */
|
||||||
|
|
||||||
|
#ifdef KRB5
|
||||||
|
{
|
||||||
|
/* XXX ugly hack to setup dns-proxy stuff */
|
||||||
|
krb5_context context;
|
||||||
|
krb5_init_context(&context);
|
||||||
|
krb5_free_context(context);
|
||||||
|
|
||||||
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
tninit(); /* Clear out things */
|
tninit(); /* Clear out things */
|
||||||
|
|
||||||
TerminalSaveState();
|
TerminalSaveState();
|
||||||
|
Reference in New Issue
Block a user