Skip to content

Commit d5c19ff

Browse files
committed
fix bug
1 parent efbecc8 commit d5c19ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Application/Config.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,7 @@ void Config::setSharing(const std::vector<JSON::Property> &props)
349349

350350
commm_feed->Set("HOST", "aiscatcher.org").Set("PORT", "4242").Set("JSON", "on").Set("FILTER", "on").Set("GPS", "off");
351351
}
352-
if (!uuid.empty())
352+
if (!uuid.empty() && commm_feed)
353353
commm_feed->Set("UUID", uuid);
354354

355355
}

0 commit comments

Comments
 (0)