From b0a858ce63817f1360428674630307c4568b614c Mon Sep 17 00:00:00 2001 From: Dustin Sallings Date: Fri, 27 Jan 2012 23:32:20 -0800 Subject: Specify hostname in sasl_server_new. saslpasswd2 does something a little magical when initializing the structure that's different from what happens if you just pass NULL. The magic is too great for the tests as is, so this code does the same thing saslpasswd2 does to determine the fqdn. --- sasl_defs.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sasl_defs.h') diff --git a/sasl_defs.h b/sasl_defs.h index 65f8d80..f36c694 100644 --- a/sasl_defs.h +++ b/sasl_defs.h @@ -9,6 +9,8 @@ #include void init_sasl(void); +extern char my_sasl_hostname[1025]; + #else /* End of SASL support */ typedef void* sasl_conn_t; -- cgit v1.2.1