From: Chris B. <buc...@us...> - 2011-04-28 19:41:21
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "SFCB - Small Footprint CIM Broker". The branch, master has been updated via 09c6b272f416177dcebdc36fa7306f4c191e3442 (commit) from 214ed409befbe35aaaefe59cf5d2e3cdb3ed062c (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 09c6b272f416177dcebdc36fa7306f4c191e3442 Author: buccella <buc...@li...> Date: Thu Apr 28 15:41:30 2011 -0400 [ 3291646 ] Unused var in __NullEvaluate ----------------------------------------------------------------------- Summary of changes: diff --git a/ChangeLog b/ChangeLog index 67da799..696b6c4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2011-04-28 Chris Buccella <buc...@li...> + + * queryOperation.c: + [ 3291646 ] Unused var in __NullEvaluate + 2011-04-05 Chris Buccella <buc...@li...> * httpAdapter.c: diff --git a/NEWS b/NEWS index be459da..0a5da37 100644 --- a/NEWS +++ b/NEWS @@ -6,6 +6,7 @@ New features: Bugs fixed: - 3261868 Enum CQL filter on NULL cause incorrect rsp - 3213591 Local intf client abort abnormally on enum filter syntax err +- 3291646 Unused var in __NullEvaluate Changes in 1.4.1 ================ diff --git a/queryOperation.c b/queryOperation.c index aa51700..8d12aa8 100644 --- a/queryOperation.c +++ b/queryOperation.c @@ -860,7 +860,7 @@ _isNullEvaluate(QLOperation * op, QLPropertySource * source) static int __NullEvaluate(QLOperation *op, QLPropertySource* source, int invert) { QLOpd type; - CMPIValue v = getPropValue(op->lhod, source, &type); + getPropValue(op->lhod, source, &type); if (invert) return ((type != QL_Null)); hooks/post-receive -- SFCB - Small Footprint CIM Broker |