From dfc2d679e0d7762e90a1018364c5d62d8a534f27 Mon Sep 17 00:00:00 2001 From: ehouse Date: Sun, 18 Mar 2007 23:55:58 +0000 Subject: [PATCH] Don't call comms_start while opening game. Caller may still consider another game open. --- xwords4/common/game.c | 1 - 1 file changed, 1 deletion(-) diff --git a/xwords4/common/game.c b/xwords4/common/game.c index e9ac8bc22..e30a9139c 100644 --- a/xwords4/common/game.c +++ b/xwords4/common/game.c @@ -182,7 +182,6 @@ game_makeFromStream( MPFORMAL XWStreamCtxt* stream, XWGame* game, if ( hasComms ) { game->comms = comms_makeFromStream( MPPARM(mpool) stream, util, sendProc, closure ); - comms_start( game->comms ); } else { game->comms = NULL; }