diff options
author | Luke Leighton <lkcl@samba.org> | 1999-10-30 22:35:44 +0000 |
---|---|---|
committer | Luke Leighton <lkcl@samba.org> | 1999-10-30 22:35:44 +0000 |
commit | e7b5412943f5b558a8b34645e376c53a39b079a1 (patch) | |
tree | 1d94454fc75b643b8e4c46c44c6fb66543fb6f1c /source3 | |
parent | 4cda1d2b4faaf9a3abeb338e909a52f8b51fd89d (diff) | |
download | samba-e7b5412943f5b558a8b34645e376c53a39b079a1.tar.gz samba-e7b5412943f5b558a8b34645e376c53a39b079a1.tar.bz2 samba-e7b5412943f5b558a8b34645e376c53a39b079a1.zip |
connection info level renamed to transport info level
(This used to be commit 1c3a6f9822e06c676d93db6ea3d84a3b9b71fad0)
Diffstat (limited to 'source3')
-rw-r--r-- | source3/rpcclient/display.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/rpcclient/display.c b/source3/rpcclient/display.c index e3b35cedc9..c8e69101ea 100644 --- a/source3/rpcclient/display.c +++ b/source3/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; } |