From e8657b93c2758b93170f2d88000ce515185a2c19 Mon Sep 17 00:00:00 2001 From: Alexander Vdolainen Date: Tue, 5 Apr 2016 23:12:08 +0300 Subject: [PATCH] [examples] minor fixes; --- examples/smpfc.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/examples/smpfc.c b/examples/smpfc.c index e653332..a642120 100644 --- a/examples/smpfc.c +++ b/examples/smpfc.c @@ -140,6 +140,8 @@ static int __stat(sxlink_t *link, char **argv, int argc) else goto __badproto; } else goto __badproto; } + + r = SXE_SUCCESS; } else r = SXE_FAILED; __fini: