Skip to content

Commit

Permalink
Fixed silly typo
Browse files Browse the repository at this point in the history
  • Loading branch information
lminiero committed Jun 9, 2020
1 parent 90b9907 commit 5d56572
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/janus_streaming.c
Original file line number Diff line number Diff line change
Expand Up @@ -3483,7 +3483,7 @@ static json_t *janus_streaming_process_synchronous_request(janus_streaming_sessi
mp->description = new_description;
g_free(old_description);
}
if(md != NULL) > 0) {
if(md != NULL) {
char *old_metadata = mp->metadata;
char *new_metadata = g_strdup(json_string_value(md));
mp->metadata = new_metadata;
Expand Down

0 comments on commit 5d56572

Please sign in to comment.