Skip to content

Commit

Permalink
Fixed small bug
Browse files Browse the repository at this point in the history
Signed-off-by: Loic Pottier <pottier1@llnl.gov>
  • Loading branch information
lpottier committed Oct 19, 2024
1 parent 3ce5984 commit dde08cc
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -506,15 +506,15 @@ jobs:
RABBITMQ_PASS: guest
RABBITMQ_HOST: rabbitmq
RABBITMQ_PORT: 5672
- name: Setup tmate session
if: ${{ failure() }}
uses: mxschmitt/action-tmate@v3.19
with:
limit-access-to-actor: true
sudo: false
# timeout-minutes: 15
env:
RABBITMQ_USER: guest
RABBITMQ_PASS: guest
RABBITMQ_HOST: rabbitmq
RABBITMQ_PORT: 5672
# - name: Setup tmate session
# if: ${{ failure() }}
# uses: mxschmitt/action-tmate@v3.19
# with:
# limit-access-to-actor: true
# sudo: false
# # timeout-minutes: 15
# env:
# RABBITMQ_USER: guest
# RABBITMQ_PASS: guest
# RABBITMQ_HOST: rabbitmq
# RABBITMQ_PORT: 5672
2 changes: 1 addition & 1 deletion src/AMSlib/wf/rmqdb.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ bool RMQHandler::onSecuring(AMQP::TcpConnection* connection, SSL* ssl)
{
// No TLS certificate provided
if (_cacert.empty()) {
DBG(RMQHandler, false, "No TLS certificate. Bypassing.")
DBG(RMQHandler, "No TLS certificate. Bypassing.")
return true;
}

Expand Down

0 comments on commit dde08cc

Please sign in to comment.