*: add optimization barrier to all "G trick" locations
[oweals/busybox.git] / networking / httpd.c
index 5be53179f076a0d4ddd5468759acaedb66f50a6f..de84ccaa2a196d5e81b1e730cf3757943b1ac0c6 100644 (file)
@@ -322,7 +322,7 @@ struct globals {
 #define http_error_page   (G.http_error_page  )
 #define proxy             (G.proxy            )
 #define INIT_G() do { \
-       PTR_TO_GLOBALS = xzalloc(sizeof(G)); \
+       SET_PTR_TO_GLOBALS(xzalloc(sizeof(G))); \
        USE_FEATURE_HTTPD_BASIC_AUTH(g_realm = "Web Server Authentication";) \
        bind_addr_or_port = "80"; \
        file_size = -1; \