index
:
openwrt/uhttpd
bind-to-device
bind-to-device-21.02
bind-to-device-master
master
OpenWrt uhttpd
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
utils.h
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
(limited to 'utils.h')
-rw-r--r--
utils.h
2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils.h b/utils.h
index 0f75de4..0853943 100644
--- a/
utils.h
+++ b/
utils.h
@@ -42,7 +42,7 @@
static inline void clearenv(void)
{
extern char **environ;
- environ = NULL;
+ *environ = NULL;
}
#endif