s3-spoolss: fix typo in fill_printer_driver_info3().
authorGünther Deschner <gd@samba.org>
Mon, 13 Apr 2009 21:40:46 +0000 (23:40 +0200)
committerGünther Deschner <gd@samba.org>
Mon, 13 Apr 2009 21:45:12 +0000 (23:45 +0200)
Guenther

source3/rpc_server/srv_spoolss_nt.c

index 3edfca9400d0ec439b3423576d7450099ba9308a..effbb92266688530d02f02bfef928851d3f57062 100644 (file)
@@ -4836,7 +4836,7 @@ static WERROR fill_printer_driver_info3(TALLOC_CTX *mem_ctx,
        } else {
                r->help_file    = talloc_strdup(mem_ctx, "");
        }
-       W_ERROR_HAVE_NO_MEMORY(r->config_file);
+       W_ERROR_HAVE_NO_MEMORY(r->help_file);
 
        r->monitor_name         = talloc_strdup(mem_ctx, driver->info_3->monitorname);
        W_ERROR_HAVE_NO_MEMORY(r->monitor_name);