~ubuntu-branches/ubuntu/maverick/openipmi/maverick

« back to all changes in this revision

Viewing changes to unix/posix_os_hnd.c

  • Committer: Bazaar Package Importer
  • Author(s): Chuck Short
  • Date: 2010-05-26 14:58:52 UTC
  • mfrom: (1.1.7 upstream)
  • Revision ID: james.westby@ubuntu.com-20100526145852-q08oehnlfle6j5da
Tags: 2.0.18-0ubuntu1
New upstream version. 

Show diffs side-by-side

added added

removed removed

Lines of Context:
489
489
        return ENOMEM;
490
490
    if (info->gdbm_filename)
491
491
        free(info->gdbm_filename);
492
 
    info->gdbm_filename = name;
 
492
    info->gdbm_filename = nname;
493
493
    return 0;
494
494
}
495
495
#endif