From d758e5a8313c7a00fcde2e6eccf27f1b6d380c9b Mon Sep 17 00:00:00 2001 From: Lars-Dominik Braun Date: Sat, 10 Jan 2009 17:17:29 +0100 Subject: piano: Documentation... --- libpiano/src/xml.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'libpiano/src/xml.c') diff --git a/libpiano/src/xml.c b/libpiano/src/xml.c index 9db2644..66e937e 100644 --- a/libpiano/src/xml.c +++ b/libpiano/src/xml.c @@ -87,7 +87,8 @@ void PianoXmlIsFaultCb (const char *key, const xmlNode *value, void *data) { } } } else if (strcmp ("faultCode", key) == 0) { - /* some error can only be identified by looking at their id */ + /* some errors can only be identified by looking at their id */ + /* detect pandora's ip restriction */ if (strcmp ("12", valueStr) == 0) { *ret = PIANO_RET_IP_REJECTED; } -- cgit v1.2.3