[patch iwhd 1/5] Match ERROR tag properly

Jim Meyering jim at meyering.net
Wed Apr 6 10:15:38 UTC 2011


Pete Zaitcev wrote:
>     Match the error market properly in fs_rhevm_register.

Good bug fix.
Please fix the typo in the log before pushing: s/market/marker/

> diff --git a/backend.c b/backend.c
...
> -		else if (strcmp(buf,"ERROR") == 0) {
> +		else if (strncmp(buf,"ERROR",sizeof("ERROR")-1) == 0) {


More information about the iwhd-devel mailing list