diff options
Diffstat (limited to 'source3/lib/time.c')
-rw-r--r-- | source3/lib/time.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/lib/time.c b/source3/lib/time.c index 98ab0c78d4..30ad1ec9a0 100644 --- a/source3/lib/time.c +++ b/source3/lib/time.c @@ -250,7 +250,7 @@ struct timespec interpret_long_date(const char *p) ret.tv_nsec = 0; return ret; } - return nt_time_to_unix_timespec(&nt); + return nt_time_to_unix_timespec(nt); } /******************************************************************* |