Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/service.c
Original file line number Diff line number Diff line change
Expand Up @@ -932,7 +932,7 @@ bool registerForEvents(redfishService* service, const char* postbackUri, unsigne
}

//User wants libredfish to listen for events directly...
if(strncmp(postbackUri, "libredfish", 10) == 0)
if(strncmp(postbackUri, "libredfish:", 11) == 0)
{
destination = getDestinationAddress(postbackUri+11, &socket);
if(destination == NULL)
Expand Down