From 4b1000f89ebfa09c52726af5fe4f614f546aba6b Mon Sep 17 00:00:00 2001 From: Kelly Rauchenberger Date: Thu, 21 Aug 2008 13:37:35 +0000 Subject: Central: Started Update VerID bounce With the addition of a new return value in sendFromUpdate(), the Update Server should know when Verification fails and thus to resend the request. Refs #44 --- central/trunk/xmlrpc.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'central/trunk/xmlrpc.php') diff --git a/central/trunk/xmlrpc.php b/central/trunk/xmlrpc.php index 53b947e..53e48b2 100644 --- a/central/trunk/xmlrpc.php +++ b/central/trunk/xmlrpc.php @@ -114,6 +114,8 @@ function sendFromUpdate($username, $verification, $verificationID, $subscription return new xmlrpcresp(new xmlrpcval(0, "int")); } + } else { + return new xmlrpcresp(new xmlrpcval(2, "int")); } return new xmlrpcresp(new xmlrpcval(1, "int")); -- cgit 1.4.1