ignore timestamp differences

This commit is contained in:
espie 2014-07-10 10:31:02 +00:00
parent 386cce839c
commit 1fea0013e2

View File

@ -1,6 +1,6 @@
#! /usr/bin/perl
# $OpenBSD: register-plist,v 1.10 2014/01/07 14:30:12 espie Exp $
# $OpenBSD: register-plist,v 1.11 2014/07/10 10:31:02 espie Exp $
# Copyright (c) 2005,2012
# Marc Espie. All rights reserved.
# Redistribution and use in source and binary forms, with or without
@ -137,6 +137,7 @@ sub forget_details
undef $self->{d};
undef $self->{md5};
undef $self->{size};
undef $self->{ts};
}
sub forget_more_details