
# HG changeset patch # User Dan Smith <danms@us.ibm.com> # Date 1195604848 28800 # Node ID 6ef1c42262ed980483a700f0d9cf8ba55c120977 # Parent bf54de6af2e210bef57d74cf12e4872f6ba2da4f [CU] Fix a compiler warning that was blocking Fedora 9 compiles Signed-off-by: Dan Smith <danms@us.ibm.com> diff -r bf54de6af2e2 -r 6ef1c42262ed std_association.c --- a/std_association.c Tue Nov 20 16:24:27 2007 -0800 +++ b/std_association.c Tue Nov 20 16:27:28 2007 -0800 @@ -76,7 +76,7 @@ static bool match_class(const CMPIBroker } static CMPIStatus filter_results(struct inst_list *list, - char *ns, + const char *ns, const char *filter_class, const CMPIBroker *broker) {