[sr-dev] git:master:3c84c44f: crypto: fix two small copy and paste errors in comments

Henning Westerholt hw at skalatan.de
Tue Jun 25 22:33:19 CEST 2019


Module: kamailio
Branch: master
Commit: 3c84c44ff2191f71dbb2af8beb211b75e48f9b1d
URL: https://github.com/kamailio/kamailio/commit/3c84c44ff2191f71dbb2af8beb211b75e48f9b1d

Author: Henning Westerholt <hw at skalatan.de>
Committer: Henning Westerholt <hw at skalatan.de>
Date: 2019-06-25T22:32:30+02:00

crypto: fix two small copy and paste errors in comments

---

Modified: src/modules/crypto/api.h

---

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

---

diff --git a/src/modules/crypto/api.h b/src/modules/crypto/api.h
index a3823d443c..fa87923304 100644
--- a/src/modules/crypto/api.h
+++ b/src/modules/crypto/api.h
@@ -49,12 +49,12 @@ inline static int load_crypto_api( struct crypto_binds *cb )
 {
 	load_crypto_f load_crypto_v;
 
-	/* import the RR auto-loading function */
+	/* import the crypto auto-loading function */
 	if ( !(load_crypto_v=(load_crypto_f)find_export("load_crypto", 0, 0))) {
 		LM_ERR("failed to import load_crypto\n");
 		return -1;
 	}
-	/* let the auto-loading function load all RR stuff */
+	/* let the auto-loading function load all crypto stuff */
 	load_crypto_v( cb );
 
 	return 0;




More information about the sr-dev mailing list