- 
Mike Gabriel authoredAmends the following compiler warning: ``` Handlers.c: In function ‘nxagentShadowBlockHandler’: Handlers.c:732:7: warning: variable ‘result’ set but not used [-Wunused-but-set-variable] int result; ^ ```66f88954
 Amends the following compiler warning:
 ```
 Handlers.c: In function ‘nxagentShadowBlockHandler’:
 Handlers.c:732:7: warning: variable ‘result’ set but not used [-Wunused-but-set-variable]
    int result;
        ^
 ```