mobile: ms->shutdown was not converted properly to enum
commitd27d4354c37fbce910869465e60bc226efc6e6f3
authorHolger Hans Peter Freyther <holger@moiji-mobile.com>
Wed, 29 Nov 2017 11:38:01 +0000 (29 19:38 +0800)
committerHolger Hans Peter Freyther <holger@moiji-mobile.com>
Thu, 30 Nov 2017 09:03:25 +0000 (30 17:03 +0800)
tree596d9f9acf395fd9f8308534bac6696f8ab34f22
parent517bda18b21b5127edb92ef79119c885c3b2cd67
mobile: ms->shutdown was not converted properly to enum

ms->shutdown is ms->shutdown != 0 which should have been
converted to ms->shutdown != MS_SHUTDOWN_NONE. This is fixing
sending SMS.

This was introduced in Iee1140e4848923c7270495c381bf87b7e3fddee1.

Change-Id: Ia74374dd9c0dd0ba9cf5725d66f4d2f2a2cfe9ef
src/host/layer23/src/mobile/gsm411_sms.c