projects
/
working
/
Evergreen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0e4c4eb
)
Tiny bit more cleanup of pre-existing warnings
user/miker/collapsed-context-org
author
Mike Rylander
<mrylander@gmail.com>
Fri, 28 Mar 2014 21:32:44 +0000
(17:32 -0400)
committer
Mike Rylander
<mrylander@gmail.com>
Fri, 28 Mar 2014 21:32:44 +0000
(17:32 -0400)
Signed-off-by: Mike Rylander <mrylander@gmail.com>
Open-ILS/src/c-apps/oils_sql.c
patch
|
blob
|
history
diff --git
a/Open-ILS/src/c-apps/oils_sql.c
b/Open-ILS/src/c-apps/oils_sql.c
index
7000f1d
..
bbf1c78
100644
(file)
--- a/
Open-ILS/src/c-apps/oils_sql.c
+++ b/
Open-ILS/src/c-apps/oils_sql.c
@@
-4303,7
+4303,7
@@
char* SELECT (
// Look up the field in the IDL
const char* col_name = jsonObjectGetString( selfield );
- osrfHash* field_def;
+ osrfHash* field_def
= NULL
;
if (!osrfStringArrayContains(
osrfHashGet(
@@
-4391,7
+4391,7
@@
char* SELECT (
jsonObjectGetKeyConst( selfield, "column" ) );
// Get the field definition from the IDL
- osrfHash* field_def;
+ osrfHash* field_def
= NULL
;
if (!osrfStringArrayContains(
osrfHashGet(
osrfHashGet( class_field_set, col_name ),