aboutsummaryrefslogtreecommitdiffstats
path: root/lib/common_test/src/ct_gen_conn.erl
diff options
context:
space:
mode:
authorSiri Hansen <[email protected]>2014-03-25 09:22:49 +0100
committerSiri Hansen <[email protected]>2014-03-25 09:22:49 +0100
commitc7df173fbd45965d78c67dea617ae7b9bbe23089 (patch)
treea2a643e9c846ec23f1a0fcc9e04ef9dd7b533815 /lib/common_test/src/ct_gen_conn.erl
parent18f1efa6378960a962c8096182f0082d7b52c176 (diff)
parent925d96141a95c61206ccaf7469f03918d9172760 (diff)
downloadotp-c7df173fbd45965d78c67dea617ae7b9bbe23089.tar.gz
otp-c7df173fbd45965d78c67dea617ae7b9bbe23089.tar.bz2
otp-c7df173fbd45965d78c67dea617ae7b9bbe23089.zip
Merge branch 'siri/ct_netconfc-dialyzer'
* siri/ct_netconfc-dialyzer: Fix some dialyzer warnings in ct_netconfc
Diffstat (limited to 'lib/common_test/src/ct_gen_conn.erl')
-rw-r--r--lib/common_test/src/ct_gen_conn.erl5
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/common_test/src/ct_gen_conn.erl b/lib/common_test/src/ct_gen_conn.erl
index 239f5b5f25..56082086f6 100644
--- a/lib/common_test/src/ct_gen_conn.erl
+++ b/lib/common_test/src/ct_gen_conn.erl
@@ -1,7 +1,7 @@
%%
%% %CopyrightBegin%
%%
-%% Copyright Ericsson AB 2003-2013. All Rights Reserved.
+%% Copyright Ericsson AB 2003-2014. All Rights Reserved.
%%
%% The contents of this file are subject to the Erlang Public License,
%% Version 1.1, (the "License"); you may not use this file except in
@@ -307,7 +307,8 @@ call(Pid, Msg, Timeout) ->
end.
return({To,Ref},Result) ->
- To ! {Ref, Result}.
+ To ! {Ref, Result},
+ ok.
init_gen(Parent,Opts) ->
process_flag(trap_exit,true),