converted another bunch of stuff to NTSTATUS
[kai/samba.git] / source3 / rpc_server / srv_spoolss.c
index 3500a4f3e1d5b8e948127dafd6ed16de6c3d901e..011efb1bacea2e210a04f6abbd87c2d67976e1cb 100755 (executable)
@@ -1110,7 +1110,7 @@ static BOOL api_spoolss_addprintprocessor(pipes_struct *p)
           automatically set the winprint processor for printer
           entries later.  Used to debug the LexMark Optra S 1855 PCL
           driver --jerry */
-       r_u.status = NT_STATUS_NOPROBLEMO;
+       r_u.status = NT_STATUS_OK;
 
        if(!spoolss_io_r_addprintprocessor("", &r_u, rdata, 0)) {
                DEBUG(0,("spoolss_io_r_addprintprocessor: unable to marshall SPOOL_R_ADDPRINTPROCESSOR.\n"));