Module: kamailio Branch: 4.3 Commit: 9bb179f72f7e4321a8f3a6e89685ee586d6cfa74 URL: https://github.com/kamailio/kamailio/commit/9bb179f72f7e4321a8f3a6e89685ee58...
Author: Daniel-Constantin Mierla miconda@gmail.com Committer: Daniel-Constantin Mierla miconda@gmail.com Date: 2015-09-10T13:59:16+02:00
cnxcc: fixed include guard
- reported by GH#323
(cherry picked from commit 3137d2ab8ec539c2059e59e0849ef7bdd7aa509b)
---
Modified: modules/cnxcc/cnxcc_redis.h
---
Diff: https://github.com/kamailio/kamailio/commit/9bb179f72f7e4321a8f3a6e89685ee58... Patch: https://github.com/kamailio/kamailio/commit/9bb179f72f7e4321a8f3a6e89685ee58...
---
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>