summaryrefslogtreecommitdiff
path: root/src/tet3/apilib/tet_exec.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/tet3/apilib/tet_exec.c')
-rw-r--r--src/tet3/apilib/tet_exec.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tet3/apilib/tet_exec.c b/src/tet3/apilib/tet_exec.c
index 7a11bc00..c4893276 100644
--- a/src/tet3/apilib/tet_exec.c
+++ b/src/tet3/apilib/tet_exec.c
@@ -389,8 +389,8 @@ char *file, *argv[], *envp[];
# ifndef TET_LITE /* -START-LITE-CUT- */
API_LOCK;
if (tet_xdlogon() == 0)
- (void) tet_xdxrsend(tet_xrid);
- (void) tet_sdlogon();
+ tet_xdxrsend(tet_xrid);
+ tet_sdlogon();
API_UNLOCK;
# endif /* -END-LITE-CUT- */
switch (errsave) {