diff options
-rw-r--r-- | source3/rpc_server/srv_spoolss_util.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/rpc_server/srv_spoolss_util.h b/source3/rpc_server/srv_spoolss_util.h index 2d18d745ce..ea5d4a1ed0 100644 --- a/source3/rpc_server/srv_spoolss_util.h +++ b/source3/rpc_server/srv_spoolss_util.h @@ -239,6 +239,7 @@ WERROR winreg_printer_enumforms1(TALLOC_CTX *mem_ctx, * * @return WERR_OK on success. * WERR_INVALID_PARAM if the form is a builtin form. + * WERR_INVALID_FORM_NAME if the form or key doesn't exist. * A corresponding DOS error is something went wrong. */ WERROR winreg_printer_deleteform1(TALLOC_CTX *mem_ctx, |