[build] Return const char * from uuid_ntoa()

Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
David Decotigny
2017-01-20 10:29:22 -08:00
committed by Michael Brown
parent fba3b39900
commit 04c7befa73
3 changed files with 3 additions and 3 deletions

View File

@@ -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;