X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=src%2Fcommon%2Fsrc%2Fwormholes.c;h=2518b7aab6e49a08987341d3f5de24b75d4b01a1;hb=15390d7fea1b82b9cb8037ea7fd3a9cf3b00230b;hp=8011ddc85a551b9d2d859c286427bb1653471c16;hpb=fd9cc7a5b3355146388ebdf4d558cb284c66c5f1;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 } }