diff options
Diffstat (limited to 'networking/udhcp/script.c')
-rw-r--r-- | networking/udhcp/script.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/udhcp/script.c b/networking/udhcp/script.c index 07f68362c..d2b0bb05b 100644 --- a/networking/udhcp/script.c +++ b/networking/udhcp/script.c | |||
@@ -35,7 +35,7 @@ static inline int upper_length(int length, int opt_index) | |||
35 | } | 35 | } |
36 | 36 | ||
37 | 37 | ||
38 | static int sprintip(char *dest, char *pre, uint8_t *ip) | 38 | static int sprintip(char *dest, const char *pre, const uint8_t *ip) |
39 | { | 39 | { |
40 | return sprintf(dest, "%s%d.%d.%d.%d", pre, ip[0], ip[1], ip[2], ip[3]); | 40 | return sprintf(dest, "%s%d.%d.%d.%d", pre, ip[0], ip[1], ip[2], ip[3]); |
41 | } | 41 | } |