Skip to content

Commit

Permalink
* minor
Browse files Browse the repository at this point in the history
  • Loading branch information
djcb committed Jan 7, 2012
1 parent 7641722 commit 6ddb442
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mu-cmd-server.c
Expand Up @@ -531,7 +531,7 @@ move_or_flag (MuStore *store, MuQuery *query, GSList *args, gboolean is_move,
return server_error (err, MU_ERROR_IN_PARAMETERS,
"invalid docid '%s'", (char*)args->data);

if (!(mu_store_get_msg (store, docid, err)))
if (!(msg = mu_store_get_msg (store, docid, err)))
return server_error (err, MU_ERROR, "failed to get message");

if (is_move) {
Expand Down

0 comments on commit 6ddb442

Please sign in to comment.