mirror of
https://github.com/samba-team/samba.git
synced 2024-12-22 13:34:15 +03:00
pidl: in s3 server templates, support default HRESULT error returns.
Guenther Signed-off-by: Guenther Deschner <gd@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
This commit is contained in:
parent
dd8553b54b
commit
45748aeb59
@ -70,6 +70,8 @@ $pad"."struct $fname *r)
|
||||
$res .= "\treturn NT_STATUS_NOT_IMPLEMENTED;\n";
|
||||
} elsif ($d->{RETURN_TYPE} eq "WERROR") {
|
||||
$res .= "\treturn WERR_NOT_SUPPORTED;\n";
|
||||
} elsif ($d->{RETURN_TYPE} eq "HRESULT") {
|
||||
$res .= "\treturn HRES_ERROR_NOT_SUPPORTED;\n";
|
||||
}
|
||||
|
||||
$res .= "}
|
||||
|
Loading…
Reference in New Issue
Block a user