Skip to content

Commit

Permalink
Merge branch 'lmn72' of github.com:linuxmuster/linuxmuster-tools into…
Browse files Browse the repository at this point in the history
… lmn72
  • Loading branch information
kiarn committed Nov 18, 2024
2 parents 4c3543a + d54e8d3 commit 85cb738
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@


# Load samba domain
smbconf = ConfigParser()
smbconf = ConfigParser(delimiters=("=",))
SAMBA_DOMAIN, SAMBA_REALM, SAMBA_NETBIOS, SAMBA_WORKGROUP = [''] * 4

def parse_log_level(level):
Expand Down

0 comments on commit 85cb738

Please sign in to comment.