Rebranding shuffle.
[jra/samba/.git] / fileserver / rpc_server / srv_spoolss_nt.c
similarity index 99%
rename from source3/rpc_server/srv_spoolss_nt.c
rename to fileserver/rpc_server/srv_spoolss_nt.c
index eec421f67a1c2f1130e09ced6d0c98a9b4b29ef8..73c34fe50d4c83cd2a0ee7f6e8211c744031c4f9 100644 (file)
@@ -179,7 +179,7 @@ static void srv_spoolss_replycloseprinter(int snum, struct policy_handle *handle
                messaging_deregister(smbd_messaging_context(),
                                     MSG_PRINTER_NOTIFY2, NULL);
 
-               /* Tell the connections db we're no longer interested in
+               /* Tell the connections db we're no longer interested in
                 * printer notify messages. */
 
                register_message_flags(false, FLAG_MSG_PRINT_NOTIFY);
@@ -2259,7 +2259,7 @@ static WERROR getprinterdata_printer_server(TALLOC_CTX *mem_ctx,
        }
 
 
-       if (!StrCaseCmp(value, "DefaultSpoolDirectory")) {
+       if (!StrCaseCmp(value, "DefaultSpoolDirectory")) {
                *type = REG_SZ;
 
                data->string = talloc_strdup(mem_ctx, "C:\\PRINTERS");
@@ -7490,7 +7490,7 @@ WERROR _spoolss_AddPrinterDriver(pipes_struct *p,
                        DEBUG(0,("%s: invalid level=%d\n", fn,
                                r->in.info_ctr->level));
                        break;
-       }
+       }
 
 
 done:
@@ -7782,8 +7782,8 @@ WERROR _spoolss_EnumPrinterData(pipes_struct *p,
 
                /*
                 * See the section "Dynamically Typed Query Parameters"
-                * in MS-RPRN.
-                */
+                * in MS-RPRN.
+                */
 
                if (r->out.data && val->data && val->data->data &&
                                val->data_length && r->in.data_offered) {
@@ -7902,7 +7902,7 @@ WERROR _spoolss_AddForm(pipes_struct *p,
                        return WERR_BADFID;
 
                status = get_a_printer(Printer, &printer, 2, lp_const_servicename(snum));
-               if (!W_ERROR_IS_OK(status))
+               if (!W_ERROR_IS_OK(status))
                        goto done;
        }
 
@@ -8004,7 +8004,7 @@ WERROR _spoolss_DeleteForm(pipes_struct *p,
                        return WERR_BADFID;
 
                status = get_a_printer(Printer, &printer, 2, lp_const_servicename(snum));
-               if (!W_ERROR_IS_OK(status))
+               if (!W_ERROR_IS_OK(status))
                        goto done;
        }
 
@@ -8084,7 +8084,7 @@ WERROR _spoolss_SetForm(pipes_struct *p,
                        return WERR_BADFID;
 
                status = get_a_printer(Printer, &printer, 2, lp_const_servicename(snum));
-               if (!W_ERROR_IS_OK(status))
+               if (!W_ERROR_IS_OK(status))
                        goto done;
        }