~ps-jenkins/ubuntu-push/ubuntu-vivid-proposed

« back to all changes in this revision

Viewing changes to client/client.go

  • Committer: Roberto Alsina
  • Date: 2014-10-24 14:05:51 UTC
  • mfrom: (91.179.41 automatic)
  • mto: This revision was merged to the branch mainline in revision 136.
  • Revision ID: roberto.alsina@canonical.com-20141024140551-tsdz3xggo2rbwlqj
MergeĀ fromĀ automatic

Show diffs side-by-side

added added

removed removed

Lines of Context:
471
471
// changing) the u1 account used to auth
472
472
func (client *PushClient) handleAccountsChange() {
473
473
        client.log.Infof("U1 account changed; restarting session")
 
474
        client.session.ClearCookie()
474
475
        client.session.Close()
475
476
}
476
477