From e7b5412943f5b558a8b34645e376c53a39b079a1 Mon Sep 17 00:00:00 2001 From: Luke Leighton Date: Sat, 30 Oct 1999 22:35:44 +0000 Subject: connection info level renamed to transport info level (This used to be commit 1c3a6f9822e06c676d93db6ea3d84a3b9b71fad0) --- source3/rpcclient/display.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/rpcclient/display.c') 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; } -- cgit