diff options
Diffstat (limited to 'src/net')
| -rw-r--r-- | src/net/peerdisc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/peerdisc.c b/src/net/peerdisc.c index 5b0e98911..4c3cd2ea5 100644 --- a/src/net/peerdisc.c +++ b/src/net/peerdisc.c @@ -408,7 +408,7 @@ static struct peerdisc_segment * peerdisc_create ( const char *id ) { } random_uuid; size_t uuid_len; size_t id_len; - char *uuid; + const char *uuid; char *uuid_copy; char *id_copy; unsigned int i; |
