~ubuntu-branches/debian/stretch/lvm2/stretch

« back to all changes in this revision

Viewing changes to liblvm/lvm_misc.c

  • Committer: Package Import Robot
  • Author(s): Bastian Blank
  • Date: 2014-08-19 15:37:06 UTC
  • mfrom: (30.1.11 sid)
  • Revision ID: package-import@ubuntu.com-20140819153706-0p2sc6a53ef7xnvl
Tags: 2.02.109-1
New upstream version.

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
{
23
23
        struct dm_list *list;
24
24
        lvm_str_list_t *lsl;
25
 
        struct str_list *sl;
 
25
        struct dm_str_list *sl;
26
26
 
27
27
        if (!(list = dm_pool_zalloc(p, sizeof(*list)))) {
28
28
                log_errno(ENOMEM, "Memory allocation fail for dm_list.");