summaryrefslogtreecommitdiff
path: root/crypto
diff options
context:
space:
mode:
Diffstat (limited to 'crypto')
-rw-r--r--crypto/getuuid.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/getuuid.c b/crypto/getuuid.c
index 01249b06..40e453b0 100644
--- a/crypto/getuuid.c
+++ b/crypto/getuuid.c
@@ -140,7 +140,7 @@ static void get_random_info(unsigned char node[NODE_LENGTH])
static void get_pseudo_node_identifier(unsigned char *node)
{
get_random_info(node);
- node[0] |= 0x80; /* this designates a random node ID */
+ node[0] |= 0x01; /* this designates a random node ID */
}
static void get_system_time(apr_uint64_t *uuid_time)