-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
Hi,
currently I update openser 1.2.0 to 1.2.2. I found that cpl_run.c has an error arounf line 553:
case REASON_ATTR: <<<<<<< .mine reason.len=n; ======= reason.len = n;
> .r2629
should be: case REASON_ATTR: reason.len = n;
regards Helmut