Skip to content

Commit

Permalink
Merge pull request #11298 from liewegas/wip-mgr-fix
Browse files Browse the repository at this point in the history
mgr/MgrClient: fix ms_handle_reset
Reviewed-by: Greg Farnum <gfarnum@redhat.com>
  • Loading branch information
gregsfortytwo committed Oct 3, 2016
2 parents cfc0a16 + 848ee05 commit 8d37c68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mgr/MgrClient.cc
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ bool MgrClient::ms_handle_reset(Connection *con)
}
return false;
#else
return true;
return false;
#endif
}

Expand Down

0 comments on commit 8d37c68

Please sign in to comment.