1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-03 13:47:25 +03:00

connection info level renamed to transport info level

(This used to be commit 1c3a6f9822e06c676d93db6ea3d84a3b9b71fad0)
This commit is contained in:
Luke Leighton 1999-10-30 22:35:44 +00:00
parent 4cda1d2b4f
commit e7b5412943

View File

@ -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;
}