X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2Fcommon%2Fsrc%2Fwormholes.c;h=2518b7aab6e49a08987341d3f5de24b75d4b01a1;hb=8790bf0c4f4f08fd05853afa67e211112b344a42;hp=8011ddc85a551b9d2d859c286427bb1653471c16;hpb=ae8e63b75e4c5e754c1f3c2d4a600100a05225a0;p=ric-plt%2Flib%2Frmr.git diff --git a/src/common/src/wormholes.c b/src/common/src/wormholes.c index 8011ddc..2518b7a 100644 --- a/src/common/src/wormholes.c +++ b/src/common/src/wormholes.c @@ -8,7 +8,7 @@ you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, @@ -80,7 +80,7 @@ /* This function returns true if the current application is permitted to open a wormhole - to the desired target. + to the desired target. This is a place holder for future functionality. */ @@ -220,7 +220,7 @@ extern rmr_whid_t rmr_wh_open( void* vctx, char const* target ) { } if( whm->eps[i] == ep ) { - return i; // we're already pointing to it, just send it back again + return i; // we're already pointing to it, just send it back again } }