Skip to content

Commit fb35a45

Browse files
committed
Well, should be -1
1 parent cd444ed commit fb35a45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

msfvenom

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,7 @@ if __FILE__ == $0
313313
end
314314

315315
# No payload generated, no point to go on
316-
exit(0) unless payload
316+
exit(-1) unless payload
317317

318318
if generator_opts[:out]
319319
begin

0 commit comments

Comments
 (0)