1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-11 17:58:16 +03:00

r19204: Samba3 does level6 now

This commit is contained in:
Volker Lendecke 2006-10-09 14:06:13 +00:00 committed by Gerald (Jerry) Carter
parent f67a0159d1
commit 603ecde9bc

View File

@ -2516,11 +2516,6 @@ BOOL torture_samba3_rpc_spoolss(struct torture_context *torture)
int i;
for (i=0; i<8; i++) {
if ((i == 6) &&
(lp_parm_bool(-1, "target", "samba3", False))) {
/* Samba3 does not yet do level 6 */
continue;
}
status = getprinterinfo(mem_ctx, p, &printer_handle,
i, NULL);
if (!NT_STATUS_IS_OK(status)) {