[sr-dev] git:5.3:d6a55699: domain: fix spelling error

Victor Seva linuxmaniac at torreviejawireless.org
Tue Oct 22 11:17:19 CEST 2019


Module: kamailio
Branch: 5.3
Commit: d6a55699c56c5b298442d3bb10838304156d6850
URL: https://github.com/kamailio/kamailio/commit/d6a55699c56c5b298442d3bb10838304156d6850

Author: Victor Seva <linuxmaniac at torreviejawireless.org>
Committer: Victor Seva <linuxmaniac at torreviejawireless.org>
Date: 2019-10-22T11:14:46+02:00

domain: fix spelling error

(cherry picked from commit 0944689db2eabbb531fc6daed9db3a9bcc1780b6)

---

Modified: src/modules/domain/hash.c

---

Diff:  https://github.com/kamailio/kamailio/commit/d6a55699c56c5b298442d3bb10838304156d6850.diff
Patch: https://github.com/kamailio/kamailio/commit/d6a55699c56c5b298442d3bb10838304156d6850.patch

---

diff --git a/src/modules/domain/hash.c b/src/modules/domain/hash.c
index b093dbc3e4..4cb968e458 100644
--- a/src/modules/domain/hash.c
+++ b/src/modules/domain/hash.c
@@ -137,7 +137,7 @@ int hash_table_install(struct domain_list **hash_table, str *did, str *domain)
 	np->did.len = did->len;
 	np->did.s = (char *)shm_malloc(did->len);
 	if(np->did.s == NULL) {
-		LM_ERR("no shared memeory for did\n");
+		LM_ERR("no shared memory for did\n");
 		shm_free(np);
 		return -1;
 	}
@@ -210,4 +210,4 @@ void hash_table_free(struct domain_list **hash_table)
 
 	hash_table[DOM_HASH_SIZE] = NULL;
 	return;
-}
\ No newline at end of file
+}




More information about the sr-dev mailing list