diff options
author | Richard A Nelson (Rick) <cowboy@debian.org> | 2006-06-16 12:00:00 +0000 |
---|---|---|
committer | Andreas Beckmann <debian@abeckmann.de> | 2012-10-01 19:58:58 +0200 |
commit | 3d72e8d926628796e3f1c5cf9fc19a79fd28bee7 (patch) | |
tree | a85bdb81cadbbb40c67f1cc98fff0f850f1b1073 /debian/patches/8.13/8.13.7/queue.c.20060614 | |
parent | 39e14e4108c78aa06690308cc102f7fdd136834d (diff) | |
download | sendmail-debian/8.13.7-2.tar.gz |
Imported Debian patch 8.13.7-2debian/8.13.7-2
Diffstat (limited to 'debian/patches/8.13/8.13.7/queue.c.20060614')
-rw-r--r-- | debian/patches/8.13/8.13.7/queue.c.20060614 | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/debian/patches/8.13/8.13.7/queue.c.20060614 b/debian/patches/8.13/8.13.7/queue.c.20060614 new file mode 100644 index 0000000..6a0c85d --- /dev/null +++ b/debian/patches/8.13/8.13.7/queue.c.20060614 @@ -0,0 +1,18 @@ +Index: queue.c +=================================================================== +RCS file: /cvs/sendmail/queue.c,v +retrieving revision 8.954 +retrieving revision 8.954.2.2 +diff -u -r8.954 -r8.954.2.2 +--- sendmail-8.13.7/sendmail/queue.c 22 Apr 2006 01:07:00 -0000 8.954 ++++ queue.c 14 Jun 2006 21:50:56 -0000 8.954.2.2 +@@ -6695,8 +6695,7 @@ + static time_t nextupdate = 0; + + #if SM_CONF_SHM +- /* only the daemon updates this structure */ +- if (ShmId == SM_SHM_NO_ID || DaemonPid != CurrentPid) ++ if (ShmId == SM_SHM_NO_ID && DaemonPid != CurrentPid) + return; + #endif /* SM_CONF_SHM */ + now = curtime(); |