changeset 28741:5e11c572d730

This magic number is documented in oscar.h, but it makes sense to document it here, too
author Mark Doliner <mark@kingant.net>
date Wed, 02 Dec 2009 22:27:55 +0000
parents 41656cf6af7a
children ba1cefa62792
files libpurple/protocols/oscar/clientlogin.c
diffstat 1 files changed, 4 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libpurple/protocols/oscar/clientlogin.c	Wed Dec 02 22:21:30 2009 +0000
+++ b/libpurple/protocols/oscar/clientlogin.c	Wed Dec 02 22:27:55 2009 +0000
@@ -275,7 +275,10 @@
 	char *query_string, *signature, *url;
 	gboolean use_tls = purple_account_get_bool(purple_connection_get_account(od->gc), "use_ssl", OSCAR_DEFAULT_USE_SSL);
 
-	/* Construct the GET parameters */
+	/*
+	 * Construct the GET parameters.  0x00000611 is the distid given to
+	 * us by AOL for use as the default libpurple distid.
+	 */
 	query_string = g_strdup_printf("a=%s"
 			"&distId=%d"
 			"&f=xml"