diff options
author | Roman Rakus <rrakus@redhat.com> | 2013-07-01 14:42:57 +0200 |
---|---|---|
committer | Roman Rakus <rrakus@redhat.com> | 2013-07-03 09:55:40 +0200 |
commit | 535a304c8fae177035700edf1d569a9136fa9fbf (patch) | |
tree | bebdaf99d717e6b51a5d2f29ac297a79510f34a0 | |
parent | 38cf8f7ebb9298a930c821f6e43fae168f425d30 (diff) | |
download | openlmi-providers-535a304c8fae177035700edf1d569a9136fa9fbf.tar.gz openlmi-providers-535a304c8fae177035700edf1d569a9136fa9fbf.tar.xz openlmi-providers-535a304c8fae177035700edf1d569a9136fa9fbf.zip |
Account: Fix unreachable code
Signed-off-by: Roman Rakus <rrakus@redhat.com>
-rw-r--r-- | src/account/indication_common.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/account/indication_common.c b/src/account/indication_common.c index 7c61ba0..5f3c47e 100644 --- a/src/account/indication_common.c +++ b/src/account/indication_common.c @@ -170,8 +170,8 @@ bool watcher(void *data) } } break; - i += EVENT_SIZE + event->len; } + i += EVENT_SIZE + event->len; } } while (1); |