[Pidgin] #15681: uninitialized meanwhile account options

Pidgin trac at pidgin.im
Fri Jul 5 10:34:11 EDT 2013


#15681: uninitialized meanwhile account options
--------------------+-----------------------
 Reporter:  arbab   |       Owner:  siege
     Type:  patch   |      Status:  new
Milestone:          |   Component:  Sametime
  Version:  2.10.7  |  Resolution:
 Keywords:          |
--------------------+-----------------------

Comment (by arbab):

 It does look like the intention was for the user to be able to modify
 these values.  See the comment a little further down in sametime.c when
 the values are read:
 {{{
     /* if we're faking the login, let's also fake the version we're
        reporting. Let's also allow the actual values to be specified */

     client = purple_account_get_int(account, MW_KEY_CLIENT,
 mwLogin_BINARY);
     major = purple_account_get_int(account, MW_KEY_MAJOR, 0x001e);
     minor = purple_account_get_int(account, MW_KEY_MINOR, 0x196f);
 }}}

-- 
Ticket URL: <https://developer.pidgin.im/ticket/15681#comment:3>
Pidgin <http://pidgin.im>
Pidgin


More information about the Tracker mailing list