diff --git a/src/server/conference.c b/src/server/conference.c
index ec8ceb7d76effcf36df8c5c57eaad37db22f6d2c..9b824a4214db23539890fdef9993122403d53a55 100644
--- a/src/server/conference.c
+++ b/src/server/conference.c
@@ -1,5 +1,5 @@
 /*
- * $Id: conference.c,v 0.90 2003/08/20 10:25:03 ceder Exp $
+ * $Id: conference.c,v 0.91 2003/08/23 15:10:43 ceder Exp $
  * Copyright (C) 1991-2002  Lysator Academic Computer Association.
  *
  * This file is part of the LysKOM server.
@@ -654,6 +654,8 @@ lookup_z_name (const String       name,
     Conf_list_old raw_matches;
     
     CHK_CONNECTION(FAILURE);
+    CHK_BOOL(want_persons, FAILURE);
+    CHK_BOOL(want_confs, FAILURE);
     if (cached_lookup_name(name, &raw_matches) != OK)
 	return FAILURE;