Changeset 5604

Show
Ignore:
Timestamp:
07/26/08 13:23:54 (2 months ago)
Author:
hdm
Message:

Need another red bull...

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • framework3/trunk/lib/rex/socket/ip.rb

    r5603 r5604  
    9797                        Rex::Compat.is_macosx 
    9898                  ) 
    99                         dgram=dgram.dup 
    100                         dgram[2,2]=dgram[2,2].unpack("n").pack("s") 
    101                         dgram[6,2]=dgram[6,2].unpack("n").pack("s") 
     99                        gram=gram.dup 
     100                        gram[2,2]=gram[2,2].unpack("n").pack("s") 
     101                        gram[6,2]=gram[6,2].unpack("n").pack("s") 
    102102                end 
    103103