diff options
Diffstat (limited to '')
-rw-r--r-- | src/mds-registry/globals.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mds-registry/globals.c b/src/mds-registry/globals.c index e275eb7..2e0252f 100644 --- a/src/mds-registry/globals.c +++ b/src/mds-registry/globals.c @@ -22,7 +22,7 @@ /** * Value of the ‘Message ID’ header for the next message */ -int32_t message_id = 2; +uint32_t message_id = 2; /** * Buffer for received messages |