Write out enable-writes response correctly
Currently EnableWrites RPC is writing out a nil response, which in turn returns an error to the client. This fixes the problem by writing out an empty answer when there is no error.
Currently EnableWrites RPC is writing out a nil response, which in turn returns an error to the client. This fixes the problem by writing out an empty answer when there is no error.