mirror of
https://github.com/ipxe/ipxe
synced 2025-12-13 15:31:42 +03:00
[build] Return const char * from uuid_ntoa()
Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
committed by
Michael Brown
parent
fba3b39900
commit
04c7befa73
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user