Let a server explicitly send a notification when the invitation protocol succeeded.
This commit is contained in:
parent
c798f73093
commit
5dec1c2571
2 changed files with 8 additions and 4 deletions
|
|
@ -174,6 +174,7 @@ static bool finalize_invitation(connection_t *c, const char *data, uint16_t len)
|
|||
fclose(f);
|
||||
|
||||
logger(DEBUG_CONNECTIONS, LOG_INFO, "Key succesfully received from %s (%s)", c->name, c->hostname);
|
||||
sptps_send_record(&c->sptps, 2, data, 0);
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue