Skip to content

Commit

Permalink
s3:spoolss: Remove incorrect fall through comment in srv_spoolss_nt.c
Browse files Browse the repository at this point in the history
Signed-off-by: Andreas Schneider <[email protected]>
Reviewed-by: Andrew Bartlett <[email protected]>
  • Loading branch information
cryptomilk authored and abartlet committed Mar 1, 2018
1 parent a31147d commit d4ccca2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion source3/rpc_server/spoolss/srv_spoolss_nt.c
Original file line number Diff line number Diff line change
Expand Up @@ -1804,7 +1804,6 @@ WERROR _spoolss_OpenPrinterEx(struct pipes_struct *p,
DEBUG(4,("Setting print server access = %s\n", (r->in.access_mask == SERVER_ACCESS_ADMINISTER)
? "SERVER_ACCESS_ADMINISTER" : "SERVER_ACCESS_ENUMERATE" ));

/* We fall through to return WERR_OK */
break;

case SPLHND_PRINTER:
Expand Down

0 comments on commit d4ccca2

Please sign in to comment.