[sr-dev] [kamailio] cnxcc: small missmatch in the include guard (#323)

Rick notifications at github.com
Thu Sep 10 11:01:01 CEST 2015


in the file cnxcc_redis.h

#ifndef CNXCC_STORAGE_H_
#define CNXCC_REDIS_H_

shouldn't it be like this:

#ifndef CNXCC_REDIS_H_
#define CNXCC_REDIS_H_

---
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/issues/323
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.sip-router.org/pipermail/sr-dev/attachments/20150910/3dbb4161/attachment.html>


More information about the sr-dev mailing list