1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-29 19:09:01 +00:00

Miscellaneous code cleanups in my smb-* libraries/scripts (removed unused includes, old debug code, etc.)

This commit is contained in:
ron
2009-06-10 23:13:15 +00:00
parent a36788b554
commit ab59b09c03
6 changed files with 2 additions and 8 deletions

View File

@@ -4481,9 +4481,9 @@ function marshall_atsvc_JobInfo(command, time)
result = result .. marshall_int32(time) -- Job time
result = result .. marshall_int32(0) -- Day of month
result = result .. marshall_int8(0, false) -- Day of week
io.write("Length = " .. #result .. "\n")
--io.write("Length = " .. #result .. "\n")
result = result .. marshall_atsvc_Flags("JOB_NONINTERACTIVE") -- Flags
io.write("Length = " .. #result .. "\n\n\n")
--io.write("Length = " .. #result .. "\n")
result = result .. marshall_int16(0, false) -- Padding
result = result .. marshall_unicode_ptr(command, true) -- Command