Skip to content

Commit ebc37f3

Browse files
authored
Merge pull request #78 from fledge-iot/FOGL-7711
FOGL-7711: Modified configure function to clear vectors to get rid of old config
2 parents e78afc3 + 77a656f commit ebc37f3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

C/services/notification/data_availability_rule.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -291,6 +291,8 @@ void DataAvailabilityRule::configure(const ConfigCategory &config)
291291
handle->removeTriggers();
292292
}
293293

294+
m_assetCodeList.clear();
295+
m_auditCodeList.clear();
294296
char filter = ',';
295297
string::size_type i = 0;
296298
string::size_type j = auditCode.find(filter);

0 commit comments

Comments
 (0)