commit 46944f5bff3f16682c7b2aaeade615c1b744952b
parent dc7dbb243c8373154672135a8c26a33ebb4ca4ab
Author: Vincent Forest <vincent.forest@meso-star.com>
Date: Wed, 27 Jul 2016 12:25:35 +0200
Forward the error of the instance registration
If the instance registration failed the error was ignored.
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/src/s3d_session.c b/src/s3d_session.c
@@ -756,6 +756,7 @@ session_sync
break;
default: FATAL("Unreachable code\n"); break;
}
+ if(res != RES_OK) goto error;
htable_shape_iterator_next(&it);
}