Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
bugzilla
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
etersoft
bugzilla
Commits
0450229e
Commit
0450229e
authored
Dec 11, 2001
by
justdave%syndicomm.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix for bug 73502: midair collision wasn't catching other bugs changing dependencies
Patch by Dave Miller r= bbaetz, jake
parent
8177d2c0
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
process_bug.cgi
process_bug.cgi
+2
-0
No files found.
process_bug.cgi
View file @
0450229e
...
@@ -928,6 +928,8 @@ sub LogDependencyActivity {
...
@@ -928,6 +928,8 @@ sub LogDependencyActivity {
# Figure out what's really different...
# Figure out what's really different...
my
(
$removed
,
$added
)
=
DiffStrings
(
$oldstr
,
$newstr
);
my
(
$removed
,
$added
)
=
DiffStrings
(
$oldstr
,
$newstr
);
LogActivityEntry
(
$i
,
$target
,
$removed
,
$added
);
LogActivityEntry
(
$i
,
$target
,
$removed
,
$added
);
# update timestamp on target bug so midairs will be triggered
SendSQL
(
"UPDATE bugs SET delta_ts=NOW() WHERE bug_id=$i"
);
return
1
;
return
1
;
}
}
return
0
;
return
0
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment