Module: kamailio Branch: master Commit: 326ad479fb9e09f4f3a177606f2b5dcc09fbbd62 URL: https://github.com/kamailio/kamailio/commit/326ad479fb9e09f4f3a177606f2b5dcc...
Author: �������������������� �������������������������������� git-dpa@aegee.org Committer: Daniel-Constantin Mierla miconda@gmail.com Date: 2023-04-25T22:11:28+02:00
ims_registrar_pcscf: typo
---
Modified: src/modules/ims_registrar_pcscf/save.c
---
Diff: https://github.com/kamailio/kamailio/commit/326ad479fb9e09f4f3a177606f2b5dcc... Patch: https://github.com/kamailio/kamailio/commit/326ad479fb9e09f4f3a177606f2b5dcc...
---
diff --git a/src/modules/ims_registrar_pcscf/save.c b/src/modules/ims_registrar_pcscf/save.c index 88c0c008a8e..db9b7e73877 100644 --- a/src/modules/ims_registrar_pcscf/save.c +++ b/src/modules/ims_registrar_pcscf/save.c @@ -254,7 +254,7 @@ static inline int update_contacts(struct sip_msg *req,struct sip_msg *rpl, udoma }
/** - * Save contact based on REGISTER request. this will be a pending save, until we receive response + * Save contact based on REGISTER request. This will be a pending save, until we receive response * from SCSCF. If no response after pending_timeout seconds, the contacts is removed. Can only be used from REQUEST ROUTE */ int save_pending(struct sip_msg* _m, udomain_t* _d) {