From dad12f62ff1828fc4ee05cae2e2b27931e1d396b Mon Sep 17 00:00:00 2001 From: Gerald Carter Date: Wed, 11 Feb 2004 15:20:41 +0000 Subject: BUG 1055; patch from SATOH Fumiyasu ; formatting fixes for 'net share' (This used to be commit 447d4fee6c245a5bbf0c33c8ffb0fd9041e51c24) --- source3/utils/net_rpc.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source3/utils/net_rpc.c') diff --git a/source3/utils/net_rpc.c b/source3/utils/net_rpc.c index 30da32ae4e..b92d7ec81e 100644 --- a/source3/utils/net_rpc.c +++ b/source3/utils/net_rpc.c @@ -1623,10 +1623,10 @@ static void display_share_info_1(SRV_SHARE_INFO_1 *info1) rpcstr_pull_unistr2_fstring(remark, &info1->info_1_str.uni_remark); if (opt_long_list_entries) { - d_printf("%-12.12s %-8.8s %-50.50s\n", + d_printf("%-12s %-8.8s %-50s\n", netname, share_type[info1->info_1.type], remark); } else { - d_printf("%-12.12s\n", netname); + d_printf("%s\n", netname); } } -- cgit