qmi-network: add missing proxy option when stopping network

This commit is contained in:
Aleksander Morgado 2015-02-26 12:40:07 +01:00
parent 543cf5c939
commit dcb6aa3f39
1 changed files with 1 additions and 1 deletions

View File

@ -222,7 +222,7 @@ stop_network ()
# Cleanup the client
qmicli -d "$DEVICE" --wds-noop --client-cid="$CID" $PROXY_OPT
else
STOP_NETWORK_CMD="qmicli -d $DEVICE --wds-stop-network=$PDH --client-cid=$CID"
STOP_NETWORK_CMD="qmicli -d $DEVICE --wds-stop-network=$PDH --client-cid=$CID $PROXY_OPT"
echo "Stopping network with '$STOP_NETWORK_CMD'..."
if [ "x$QMIDEBUG" != "x" ]; then