Skip to content

Commit e7fcbc4

Browse files
committed
try to fix kafka dependency for analyze c-cpp #3
1 parent a349612 commit e7fcbc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/ngsiNotify/Notifier.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -694,7 +694,7 @@ SenderThreadParams* Notifier::buildSenderParams
694694
// Verb/methodd is irrelevant in this case
695695
verb = NOVERB;
696696
}
697-
else if (notification.type == ngsiv2::KafkaNotification) // KafkaNotification
697+
else
698698
{
699699
// Verb/methodd is irrelevant in this case
700700
verb = NOVERB;

0 commit comments

Comments
 (0)