diff options
author | Anders Svensson <[email protected]> | 2013-03-06 22:26:10 +0100 |
---|---|---|
committer | Anders Svensson <[email protected]> | 2013-03-24 15:50:58 +0100 |
commit | 2458d263c46c90ac55a6eaf5cbca18b02c8a65f2 (patch) | |
tree | 6dc426ccf9c9a7368c9d8bf9d119a564bddfa31a /lib/diameter/examples | |
parent | da0355042254d98a06acddbf7361bd0f0f4b4f7f (diff) | |
download | otp-2458d263c46c90ac55a6eaf5cbca18b02c8a65f2.tar.gz otp-2458d263c46c90ac55a6eaf5cbca18b02c8a65f2.tar.bz2 otp-2458d263c46c90ac55a6eaf5cbca18b02c8a65f2.zip |
Minor tweaks and fixes
Fix a broken include in example code, remove an inappropriate ct:pal/2
outside of a testcase, echo more info from test/Makefile.
Diffstat (limited to 'lib/diameter/examples')
-rw-r--r-- | lib/diameter/examples/code/redirect_cb.erl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/diameter/examples/code/redirect_cb.erl b/lib/diameter/examples/code/redirect_cb.erl index da31add70d..69836774a1 100644 --- a/lib/diameter/examples/code/redirect_cb.erl +++ b/lib/diameter/examples/code/redirect_cb.erl @@ -1,7 +1,7 @@ %% %% %CopyrightBegin% %% -%% Copyright Ericsson AB 2010-2012. All Rights Reserved. +%% Copyright Ericsson AB 2010-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 @@ -20,7 +20,7 @@ -module(redirect_cb). -include_lib("diameter/include/diameter.hrl"). --include_lib("diameter/src/app/diameter_gen_base_rfc3588.hrl"). +-include_lib("diameter/include/diameter_gen_base_rfc3588.hrl"). %% diameter callbacks -export([peer_up/3, |