EUDAT-B2STAGE / B2STAGE-GridFTP

B2STAGE service core code for EUDAT project: iRODS-DSI
14 stars 15 forks source link

Cleanup unused error message code #12

Closed vladimir-mencl-eresearch closed 9 years ago

vladimir-mencl-eresearch commented 9 years ago

Hi Roberto,

Just one more tiny pull request to get a clean compile on my new CentOS 7 / iRODS 4.1.3 system...


To avoid warnings from gcc -Wunused-but-set-variable, remove tmp_str variable and remove one of the two calls to globus_common_create_string when handling rcConnect errors. (Keep the more informative message and slightly reformat the string).