Hi Tobias,

thanks for your bug analysis and patch. However, I don't really see how

> -       if (strstr(USSD_TEXT_OWN_NUMBER, req.text) != NULL) {
> +       if (strcmp(USSD_TEXT_OWN_NUMBER, (const char *) req.text) == 0) {

will fix it. What other SS operations include a *#100# in them, so the
old code would match on them?

Thanks!
-- 
- Harald Welte <[email protected]>           http://laforge.gnumonks.org/
============================================================================
"Privacy in residential applications is a desirable marketing option."
                                                  (ETSI EN 300 175-7 Ch. A6)

Reply via email to