X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=snmp%2Flustre-snmp-util.c;h=4482f70d8b9afd8a9d6a82a48570c77d95f5e4cc;hb=d0337cab8e845efcdbfb9e26e573feb18f28e303;hp=fbbe8f6b465be15d9de61b2f3cc9aa6b4d97d200;hpb=72057a3af19ee02d9a686bd7e7d074917e381310;p=fs%2Flustre-release.git diff --git a/snmp/lustre-snmp-util.c b/snmp/lustre-snmp-util.c index fbbe8f6..4482f70 100644 --- a/snmp/lustre-snmp-util.c +++ b/snmp/lustre-snmp-util.c @@ -271,7 +271,6 @@ void lustrefs_ctrl(int command) execvp(cmd[0], cmd); report("failed to execvp(\'%s %s\')",cmd[0],cmd[1]); } - return; } /***************************************************************************** @@ -416,7 +415,6 @@ void report(const char *fmt, ...) DEBUGMSGTL(("lsnmpd", "%s\n", buf)); fprintf(stderr, "%s\n", buf); - return; }