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

« back to all changes in this revision

Viewing changes to client/service/service.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:
89
89
        return svc.DBusService.Start(bus.DispatchMap{
90
90
                "Register":   svc.register,
91
91
                "Unregister": svc.unregister,
92
 
        }, PushServiceBusAddress)
 
92
        }, PushServiceBusAddress, nil)
93
93
}
94
94
 
95
95
var (