Skip to content

Commit

Permalink
revert unwanted changes
Browse files Browse the repository at this point in the history
  • Loading branch information
zerotacg committed Jun 11, 2024
1 parent 5b9fe94 commit 5de513a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -471,7 +471,7 @@ void doUnregisterService (TServiceId sid)
nlwarning ("Service %hu not found", sid.get());
}

void doUnregisterService (const NLNET::TSockId &from)
void doUnregisterService (TSockId from)
{
list<CServiceEntry>::iterator it;
for (it = RegisteredServices.begin(); it != RegisteredServices.end ();)
Expand Down

0 comments on commit 5de513a

Please sign in to comment.