From: Michael Adam Date: Thu, 10 Feb 2011 15:09:34 +0000 (+0100) Subject: s3:smbd: fix switch indentation level in get_ea_dos_attribute() X-Git-Tag: tevent-0.9.11~753 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=82bcada6f6c95f0b9c77c099566678c0f651d846;p=thirdparty%2Fsamba.git 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 --- diff --git a/source3/smbd/dosmode.c b/source3/smbd/dosmode.c index 838dec035e2..c0bf168e538 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; }