Skip to content

Commit

Permalink
mohqueue: replaced SER_VER with VERSIONVAL
Browse files Browse the repository at this point in the history
  • Loading branch information
miconda committed Jul 6, 2018
1 parent df94796 commit 7c1b33c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/modules/mohqueue/mohq_common.h
Expand Up @@ -27,7 +27,7 @@

#include "../rr/api.h"

#if SER_VER < 5000000
#if VERSIONVAL < 5000000
#include "../../data_lump.h"
#include "../../data_lump_rpl.h"
#include "../../dprint.h"
Expand Down Expand Up @@ -127,4 +127,4 @@
#define MOHQ_HEADER_EMPTY( hdr1 ) \
((hdr1) == NULL || MOHQ_STR_EMPTY( &(hdr1)->body ))

#endif /* MOHQ_COMMON_H */
#endif /* MOHQ_COMMON_H */

0 comments on commit 7c1b33c

Please sign in to comment.