~noskcaj/ubuntu/vivid/gnome-keyring/3.15.90

« back to all changes in this revision

Viewing changes to daemon/dbus/gkd-dbus.c

  • Committer: Package Import Robot
  • Author(s): Jordi Mallach
  • Date: 2012-05-14 22:13:02 UTC
  • mfrom: (1.3.1)
  • mto: (80.2.8 experimental) (1.1.77)
  • mto: This revision was merged to the branch mainline in revision 148.
  • Revision ID: package-import@ubuntu.com-20120514221302-0l3gjmqpe6xopond
ImportĀ upstreamĀ versionĀ 3.4.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
184
184
        /* Try and grab our name */
185
185
        if (!acquired_asked) {
186
186
 
187
 
#ifdef WITH_TESTS
 
187
#ifdef WITH_DEBUG
188
188
                service = g_getenv ("GNOME_KEYRING_TEST_SERVICE");
189
189
                if (service && service[0])
190
190
                        flags = DBUS_NAME_FLAG_ALLOW_REPLACEMENT | DBUS_NAME_FLAG_REPLACE_EXISTING;