]> git.pld-linux.org Git - packages/eventum.git/commitdiff
- exit immediately if there's nothing to process
authorElan Ruusamäe <glen@pld-linux.org>
Mon, 19 Jun 2006 14:45:49 +0000 (14:45 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    eventum-scm-quick-out.patch -> 1.1

eventum-scm-quick-out.patch [new file with mode: 0644]

diff --git a/eventum-scm-quick-out.patch b/eventum-scm-quick-out.patch
new file mode 100644 (file)
index 0000000..99bcb3f
--- /dev/null
@@ -0,0 +1,18 @@
+--- eventum-1.7.1/scm_ping.php~        2006-06-19 17:42:09.926721975 +0300
++++ eventum-1.7.1/scm_ping.php 2006-06-19 17:44:06.729328243 +0300
+@@ -26,7 +26,14 @@
+ // +----------------------------------------------------------------------+
+ //
+ // @(#) $Id$
+-//
++
++// shortcut to exit out when no issue id-s are passed in request
++// as this script is always called by CVS but we handle only ones which can be 
++// associated with issues.
++if (empty($_GET['issue']) {
++    exit;
++}
++
+ include_once("config.inc.php");
+ include_once(APP_INC_PATH . "class.misc.php");
+ include_once(APP_INC_PATH . "class.scm.php");
This page took 0.039768 seconds and 4 git commands to generate.