s3:smbd: fix switch indentation level in get_ea_dos_attribute()
authorMichael Adam <obnox@samba.org>
Thu, 10 Feb 2011 15:09:34 +0000 (16:09 +0100)
committerMichael Adam <obnox@samba.org>
Thu, 10 Feb 2011 16:46:12 +0000 (17:46 +0100)
Autobuild-User: Michael Adam <obnox@samba.org>
Autobuild-Date: Thu Feb 10 17:46:12 CET 2011 on sn-devel-104

source3/smbd/dosmode.c

index 838dec035e218fdc66e50b3ea28218f7588fa576..c0bf168e5381906c5aad98083342a7a5146db7d3 100644 (file)
@@ -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;
        }