Skip to content

Commit b29fd9b

Browse files
committed
One more spot for "!"
1 parent b78e6a3 commit b29fd9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/source/Signaling/ChannelInfo.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ STATUS createValidateChannelInfo(PChannelInfo pOrigChannelInfo, PChannelInfo* pp
173173
pChannelInfo->pRegion = pCurPtr;
174174
pCurPtr += ALIGN_UP_TO_MACHINE_WORD(regionLen + 1);
175175

176-
if (IS_NULL_OR_EMPTY_STRING(pOrigChannelInfo->pControlPlaneUrl)) {
176+
if (!IS_NULL_OR_EMPTY_STRING(pOrigChannelInfo->pControlPlaneUrl)) {
177177
STRCPY(pCurPtr, pOrigChannelInfo->pControlPlaneUrl);
178178
} else {
179179
// Create a fully qualified URI

0 commit comments

Comments
 (0)