Code

bugfix: schema difference after installations are not considered
[gosa.git] / gosa-si / modules / ArpWatch.pm
index 6487ef1013ea832eacd3a49053cbf71137a6e026..e03bed4d0a30bd2635d57e7ef55bf04864a6a4ea 100644 (file)
@@ -171,6 +171,7 @@ sub _process_packet {
 sub _ipaddr { join( ".", unpack( "C4", pack( "N", oct( "0x". shift ) ) ) ) }
 sub _phys { join( ":", grep {length} split( /(..)/, shift ) ) }
 
+# vim:ts=4:shiftwidth:expandtab
 1;
 
 __END__