diff options
-rw-r--r-- | api/api.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -661,6 +661,7 @@ void api_init(void) return; } + setenv_hex("api_address", (unsigned long)sig); debugf("API sig @ 0x%08x\n", sig); memcpy(sig->magic, API_SIG_MAGIC, 8); sig->version = API_SIG_VERSION; |