Force a registration request after setting automatic registration

This commit is contained in:
Pierre Pronchery 2011-10-31 00:06:34 +00:00
parent 246c7738b4
commit 5ad7c6e258

View File

@ -556,7 +556,7 @@ static HayesRequestHandler _hayes_request_handlers[] =
{ MODEM_REQUEST_MESSAGE_SEND, NULL,
_on_request_message_send },
{ MODEM_REQUEST_REGISTRATION, NULL,
_on_request_generic },
_on_request_registration },
{ MODEM_REQUEST_UNSUPPORTED, NULL,
_on_request_unsupported }
};