initial commit of file from CVS for e-smith-samba on Sat Mar 23 16:28:38 AEDT 2024

This commit is contained in:
Trevor Batley
2024-03-23 16:28:38 +11:00
parent 83e7d8b945
commit d602d07ac3
199 changed files with 3955 additions and 2 deletions

View File

@@ -0,0 +1,7 @@
{
# Display Charset has been dropped in Samba 4
my $a = $DB->get("smb") or return;
return unless (exists $smb{'DisplayCharSet'});
$DB->get_prop_and_delete('smb', 'DisplayCharSet');
}