Skip to content

Commit

Permalink
Tweaks to ambassador
Browse files Browse the repository at this point in the history
  • Loading branch information
Ebenezer-group committed Jan 11, 2025
1 parent 0a616aa commit 474a0d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tiers/cmwA.cc
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ void checkField (char const* fld,::std::string_view actl){
if(actl!=fld)bail("Expected %s",fld);
}

void login (cmwCredentials const& cred,SockaddrWrapper& sa,bool signUp=false){
void login (cmwCredentials const& cred,auto& sa,bool signUp=false){
signUp? ::back::marshal<::messageID::signup>(cmwBuf,cred)
: ::back::marshal<::messageID::login>(cmwBuf,cred,bufSize);
cmwBuf.compress();
Expand Down

0 comments on commit 474a0d3

Please sign in to comment.