diff options
-rw-r--r-- | source3/smbd/lanman.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/smbd/lanman.c b/source3/smbd/lanman.c index 71d1f4dc45..11a2e7e6b0 100644 --- a/source3/smbd/lanman.c +++ b/source3/smbd/lanman.c @@ -3136,7 +3136,7 @@ static bool api_RDosPrintJobDel(connection_struct *conn,uint16 vuid, break; default: errcode = NERR_notsupported; - break; + goto out; } status = rpccli_spoolss_SetJob(cli, mem_ctx, |