Hi Vu

Ack
Can be built, test pass

Thanks
Lennart

> -----Original Message-----
> From: Vu Minh Nguyen [mailto:vu.m.ngu...@dektech.com.au]
> Sent: den 8 mars 2017 14:15
> To: Lennart Lund <lennart.l...@ericsson.com>; mahesh.va...@oracle.com;
> Canh Van Truong <canh.v.tru...@dektech.com.au>
> Cc: opensaf-devel@lists.sourceforge.net
> Subject: [PATCH 1 of 1] log: fix compiling the log unit test failed [#2356]
> 
>  src/log/tests/lgs_dest_test.cc |  4 ++--
>  1 files changed, 2 insertions(+), 2 deletions(-)
> 
> 
> Fix compiling the log unit test failed by correcting
> the dummy function to match with the prototype.
> 
> diff --git a/src/log/tests/lgs_dest_test.cc b/src/log/tests/lgs_dest_test.cc
> --- a/src/log/tests/lgs_dest_test.cc
> +++ b/src/log/tests/lgs_dest_test.cc
> @@ -33,8 +33,8 @@ int lgs_cfg_update(const lgs_config_chg_
>    return 0;
>  }
> 
> -void lgs_cfgupd_mutival_replace(const std::string attribute_name,
> -                                const std::vector<std::string> value_list,
> +void lgs_cfgupd_mutival_replace(const std::string& attribute_name,
> +                                const std::vector<std::string>& value_list,
>                                  lgs_config_chg_t *config_data) {
>  }
> 

------------------------------------------------------------------------------
Announcing the Oxford Dictionaries API! The API offers world-renowned
dictionary content that is easy and intuitive to access. Sign up for an
account today to start using our lexical data to power your apps and
projects. Get started today and enter our developer competition.
http://sdm.link/oxford
_______________________________________________
Opensaf-devel mailing list
Opensaf-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/opensaf-devel

Reply via email to