From 82bcada6f6c95f0b9c77c099566678c0f651d846 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Thu, 10 Feb 2011 16:09:34 +0100 Subject: s3:smbd: fix switch indentation level in get_ea_dos_attribute() Autobuild-User: Michael Adam Autobuild-Date: Thu Feb 10 17:46:12 CET 2011 on sn-devel-104 --- source3/smbd/dosmode.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'source3/smbd') diff --git a/source3/smbd/dosmode.c b/source3/smbd/dosmode.c index 838dec035e..c0bf168e53 100644 --- a/source3/smbd/dosmode.c +++ b/source3/smbd/dosmode.c @@ -308,10 +308,10 @@ static bool get_ea_dos_attribute(connection_struct *conn, create_time)) )); } break; - default: - DEBUG(1,("get_ea_dos_attribute: Badly formed DOSATTRIB on " - "file %s - %s\n", smb_fname_str_dbg(smb_fname), - attrstr)); + default: + DEBUG(1,("get_ea_dos_attribute: Badly formed DOSATTRIB on " + "file %s - %s\n", smb_fname_str_dbg(smb_fname), + attrstr)); return false; } -- cgit