samples: wrong parameter for get_new_board()
[src/app-framework-binder.git] / bindings / samples / tic-tac-toe.c
index f8bf621..2cac6f6 100644 (file)
@@ -470,7 +470,7 @@ static void join(afb_req_t req)
 
        /* none is a special id for joining a new session */
        if (strcmp(id, "none") == 0) {
-               new_board = get_new_board(req);
+               new_board = get_new_board();
                goto setctx;
        }