There is an issue in the handling of +SQNSS answer: the
sock->sock_connected state will always be set to the state of the last
socket. This will prevent any communication.
Fix this issue by checking that muxNo is equal to mux before updating.
Signed-off-by: Fabrice Fontaine <fabrice.fontaine@orange.com>