Merge branch '2.0' into develop
This commit is contained in:
@ -447,7 +447,7 @@ cdc_protocol_done(DCB* dcb)
|
||||
static void
|
||||
write_auth_ack(DCB *dcb)
|
||||
{
|
||||
dcb_printf(dcb, "OK");
|
||||
dcb_printf(dcb, "OK\n");
|
||||
}
|
||||
|
||||
/**
|
||||
@ -459,6 +459,6 @@ write_auth_ack(DCB *dcb)
|
||||
static void
|
||||
write_auth_err(DCB *dcb)
|
||||
{
|
||||
dcb_printf(dcb, "ERR, code 11, msg: abcd");
|
||||
dcb_printf(dcb, "ERROR: Authentication failed\n");
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user