Fixed a non-static variable causing multiple declarations when FAKE_CODE was defined

This commit is contained in:
Markus Makela 2015-05-13 22:46:05 +03:00
parent 4ed3ffc398
commit 455b132a22

View File

@ -567,7 +567,7 @@ typedef enum skygw_chk_t {
#if defined(FAKE_CODE)
bool conn_open[10240];
static bool conn_open[10240];
#endif /* FAKE_CODE */
#endif /* SKYGW_DEBUG_H */