Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Convert user and password types in riakc_pb_socket:start_auth.
The #state.credentials field is declared as {User::string(), Password::string()} but the rpbauthreq record's user and password fields are declared as binary. Call iolist_to_binary to convert.
- Loading branch information