From 6a86dba6540b92cb54047f65220989cf545dfa92 Mon Sep 17 00:00:00 2001 From: Peter Howkins Date: Thu, 15 Jan 2015 15:30:59 +0000 Subject: [PATCH] dtfile: Resolve CID 88830 --- cde/programs/dtfile/ModAttrP.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cde/programs/dtfile/ModAttrP.c b/cde/programs/dtfile/ModAttrP.c index 5df7c9ce..fbe098d0 100644 --- a/cde/programs/dtfile/ModAttrP.c +++ b/cde/programs/dtfile/ModAttrP.c @@ -275,7 +275,7 @@ AttrChangeProcess( { char *path; struct stat stat_buf; - long modify_time; + long modify_time = 0; short pipe_msg; int rc = -1; Tt_status tt_status; -- 2.25.1