aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ssh/test/ssh_echo_server.erl
diff options
context:
space:
mode:
authorIngela Anderton Andin <[email protected]>2013-02-25 16:10:55 +0100
committerIngela Anderton Andin <[email protected]>2013-03-01 14:33:11 +0100
commit15575256bb42255f01d3b32e0a43262a7e69501c (patch)
tree5b69f5813dd948db968da1d8d6b4bb52e2bb765a /lib/ssh/test/ssh_echo_server.erl
parent052ec4f26e4bf1c0e648bfd0432b4928f9f73977 (diff)
downloadotp-15575256bb42255f01d3b32e0a43262a7e69501c.tar.gz
otp-15575256bb42255f01d3b32e0a43262a7e69501c.tar.bz2
otp-15575256bb42255f01d3b32e0a43262a7e69501c.zip
ssh: Ctify test doc
Diffstat (limited to 'lib/ssh/test/ssh_echo_server.erl')
-rw-r--r--lib/ssh/test/ssh_echo_server.erl4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/ssh/test/ssh_echo_server.erl b/lib/ssh/test/ssh_echo_server.erl
index 007b00c373..315ffecfd7 100644
--- a/lib/ssh/test/ssh_echo_server.erl
+++ b/lib/ssh/test/ssh_echo_server.erl
@@ -1,7 +1,7 @@
%%
%% %CopyrightBegin%
%%
-%% Copyright Ericsson AB 2005-2012. All Rights Reserved.
+%% Copyright Ericsson AB 2005-2013. 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
@@ -21,7 +21,7 @@
%%% Description: Example ssh server
-module(ssh_echo_server).
--behaviour(ssh_subsytem).
+-behaviour(ssh_daemon_channel).
-record(state, {
n,
id,