More care with time types
[exim.git] / src / src / transports / appendfile.c
index db3b5aeeea0e670bdb68111a3c0a227654def106..f56862beca3fcbb40e5d2c8c7f088e49c1a94e59 100644 (file)
@@ -1620,6 +1620,7 @@ if (!isdirectory)
 
   if (ob->use_lockfile)
     {
+    /* cf. exim_lock.c */
     lockname = string_sprintf("%s.lock", filename);
     hitchname = string_sprintf( "%s.%s.%08x.%08x", lockname, primary_hostname,
       (unsigned int)(time(NULL)), (unsigned int)getpid());