$OpenBSD: patch-lib_ext_wocky_tests_wocky-test-connector-server_c,v 1.1 2010/05/28 09:19:53 espie Exp $
--- lib/ext/wocky/tests/wocky-test-connector-server.c.orig	Mon May 24 11:22:19 2010
+++ lib/ext/wocky/tests/wocky-test-connector-server.c	Mon May 24 11:22:26 2010
@@ -587,7 +587,7 @@ iq_set_query_JABBER_AUTH (TestConnectorServer *self,
     }
   else if (sha1hash != NULL)
     {
-      gchar *hsrc = g_strconcat (INITIAL_STREAM_ID, priv->pass, NULL);
+      gchar *hsrc = g_strconcat (INITIAL_STREAM_ID, priv->pass, (void *)0);
       gchar *sha1 = g_compute_checksum_for_string (G_CHECKSUM_SHA1, hsrc, -1);
       DEBUG ("checksum: %s vs %s", sha1, sha1hash->content);
       if (wocky_strdiff (priv->user, username->content) ||
