From c617d567f1c2345fdbce42080531f099a8f964dd Mon Sep 17 00:00:00 2001 From: Andrzej Zaborowski Date: Tue, 13 Jul 2010 16:23:35 +0200 Subject: [PATCH] stk: Remove an unneeded check. --- src/stk.c | 3 --- 1 files changed, 0 insertions(+), 3 deletions(-) diff --git a/src/stk.c b/src/stk.c index bf16169..f3d8247 100644 --- a/src/stk.c +++ b/src/stk.c @@ -977,9 +977,6 @@ static gboolean handle_command_poll_interval(const struct stk_command *cmd, return TRUE; } - if (seconds == 0) - seconds = 30; - ofono_modem_set_integer(modem, "status-poll-interval", seconds); if (seconds > 255) { -- 1.7.1.86.g0e460.dirty