summaryrefslogtreecommitdiffstats
path: root/source
diff options
context:
space:
mode:
authorLuke Leighton <lkcl@samba.org>1999-10-30 22:35:44 +0000
committerLuke Leighton <lkcl@samba.org>1999-10-30 22:35:44 +0000
commit1c3a6f9822e06c676d93db6ea3d84a3b9b71fad0 (patch)
treec8ff1b37cc1557b94bfa74da2859c97de33a5fc4 /source
parent37f4aac06fec3fbb34ed40d1010829b2e1f28558 (diff)
downloadsamba-1c3a6f9822e06c676d93db6ea3d84a3b9b71fad0.tar.gz
samba-1c3a6f9822e06c676d93db6ea3d84a3b9b71fad0.tar.xz
samba-1c3a6f9822e06c676d93db6ea3d84a3b9b71fad0.zip
connection info level renamed to transport info level
Diffstat (limited to 'source')
-rw-r--r--source/rpcclient/display.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/rpcclient/display.c b/source/rpcclient/display.c
index e3b35cedc9c..c8e69101ea7 100644
--- a/source/rpcclient/display.c
+++ b/source/rpcclient/display.c
@@ -493,7 +493,7 @@ void display_tprt_info_0(FILE *out_hnd, enum action_type action,
{
case ACTION_HEADER:
{
- fprintf(out_hnd, "Connection Info Level 0:\n");
+ fprintf(out_hnd, "Transport Info Level 0:\n");
break;
}