[mythtv] [PATCH] frontend halt bug

Nigel Pearson nigel at ind.tansu.com.au
Mon Nov 15 03:49:03 UTC 2004


> the QUERY_IS_ACTIVE_BACKEND request is created incorrectly thus 
> UNKNOWN_COMMAND is returned instead of FALSE

	Interesting. Both versions work for me. e.g.

QStringList strlist = "";
strlist << "QUERY_IS_ACTIVE_BACKEND";
strlist << gContext->GetHostName();

gContext->SendReceiveStringList(strlist);

cerr << "QUERY_IS_ACTIVE_BACKEND='", strlist[0], "'\n";


gives QUERY_IS_ACTIVE='TRUE' on a Linux box,
and   QUERY_IS_ACTIVE='FALSE' on Mac OS X.


	In what way is the strlist incorrect?

--
Nigel Pearson, nigel at ind.tansu.com.au | "Peacemaking is our profession"
Telstra BI&D, Sydney, Australia       | Motto of Burpelson Airforce Base
Office: 8255 4222    Fax:  8255 3153  | Commanded by Gen. Jack D. Ripper
Mobile: 0408 664435  Home: 9792 6998  |        Dr Strangelove



More information about the mythtv-dev mailing list