Fixed Typo

Fixed Typo
This commit is contained in:
MassimilianoPinto
2015-09-18 11:01:54 +02:00
parent 74d69eb64d
commit 67069d1685

View File

@ -1639,7 +1639,7 @@ int slen;
slave->state = BLRS_REGISTERED; slave->state = BLRS_REGISTERED;
/* /*
* Send OK responset * Send OK response
*/ */
return blr_slave_send_ok(router, slave); return blr_slave_send_ok(router, slave);
} }