Module: kamailio
Branch: master
Commit: 3137d2ab8ec539c2059e59e0849ef7bdd7aa509b
URL:
https://github.com/kamailio/kamailio/commit/3137d2ab8ec539c2059e59e0849ef7b…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Committer: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2015-09-10T11:47:45+02:00
cnxcc: fixed include guard
- reported by GH#323
---
Modified: modules/cnxcc/cnxcc_redis.h
---
Diff:
https://github.com/kamailio/kamailio/commit/3137d2ab8ec539c2059e59e0849ef7b…
Patch:
https://github.com/kamailio/kamailio/commit/3137d2ab8ec539c2059e59e0849ef7b…
---
diff --git a/modules/cnxcc/cnxcc_redis.h b/modules/cnxcc/cnxcc_redis.h
index 7dade38..af24c7a 100644
--- a/modules/cnxcc/cnxcc_redis.h
+++ b/modules/cnxcc/cnxcc_redis.h
@@ -22,7 +22,7 @@
*
*/
-#ifndef CNXCC_STORAGE_H_
+#ifndef CNXCC_REDIS_H_
#define CNXCC_REDIS_H_
#include <hiredis/hiredis.h>