mirror of
https://github.com/altlinux/admc.git
synced 2025-03-25 22:50:40 +03:00
remove unused var
This commit is contained in:
parent
71ff81a17a
commit
779ba26a3f
@ -1109,7 +1109,7 @@ bool AdInterface::create_gpo(const QString &display_name, QString &dn_out) {
|
||||
const char *sysvol_sd_cstr = sysvol_sd_string_bytes.constData();
|
||||
|
||||
// Set descriptor
|
||||
const int result = smbc_setxattr(cstr(main_dir), "", sysvol_sd_cstr, sysvol_sd_string_bytes.size(), 0);
|
||||
smbc_setxattr(cstr(main_dir), "", sysvol_sd_cstr, sysvol_sd_string_bytes.size(), 0);
|
||||
|
||||
talloc_free(tmp_ctx);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user