Skip to content

Commit

Permalink
Merge branch 'tievens-0417' of github.com:Quicr/libquicr into tievens…
Browse files Browse the repository at this point in the history
…-0417
  • Loading branch information
TimEvens committed Apr 18, 2024
2 parents d4b930d + 2da7c5f commit 7035f89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/really/reallyTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ main(int argc, char* argv[])
.tls_key_filename = nullptr,
};

quicr::Client client(relay, "a@cisco.com", tcfg, logger);
quicr::Client client(relay, "a@cisco.com", 0, tcfg, logger);
auto pd = std::make_shared<pubDelegate>(logger);

if (!client.connect()) {
Expand Down

0 comments on commit 7035f89

Please sign in to comment.