~ubuntu-branches/ubuntu/vivid/gnupg2/vivid-proposed

« back to all changes in this revision

Viewing changes to sm/certchain.c

  • Committer: Package Import Robot
  • Author(s): Stéphane Graber
  • Date: 2013-05-24 18:27:04 UTC
  • mfrom: (18.1.2 ubuntu)
  • Revision ID: package-import@ubuntu.com-20130524182704-d9uwh9lrj91elnm6
* Resynchronize on Debian, remaining changes:
  - Add udev rules to give gpg access to some smartcard readers;
    Debian #543217.
    . debian/gnupg2.udev: udev rules to set ACLs on SCM smartcard readers.
  - Add upstart user job for gpg-agent.

Show diffs side-by-side

added added

removed removed

Lines of Context:
756
756
  *r_next = NULL;
757
757
  if (!kh)
758
758
    {
759
 
      log_error (_("failed to allocated keyDB handle\n"));
 
759
      log_error (_("failed to allocate keyDB handle\n"));
760
760
      rc = gpg_error (GPG_ERR_GENERAL);
761
761
      goto leave;
762
762
    }
1249
1249
  kh = keydb_new (0);
1250
1250
  if (!kh)
1251
1251
    {
1252
 
      log_error (_("failed to allocated keyDB handle\n"));
 
1252
      log_error (_("failed to allocate keyDB handle\n"));
1253
1253
      rc = gpg_error (GPG_ERR_GENERAL);
1254
1254
      goto leave;
1255
1255
    }
1853
1853
  kh = keydb_new (0);
1854
1854
  if (!kh)
1855
1855
    {
1856
 
      log_error (_("failed to allocated keyDB handle\n"));
 
1856
      log_error (_("failed to allocate keyDB handle\n"));
1857
1857
      rc = gpg_error (GPG_ERR_GENERAL);
1858
1858
      goto leave;
1859
1859
    }