~ubuntu-branches/ubuntu/hardy/vzctl/hardy-proposed

« back to all changes in this revision

Viewing changes to src/lib/config.c

  • Committer: Bazaar Package Importer
  • Author(s): Chuck Short
  • Date: 2007-04-13 11:22:11 UTC
  • Revision ID: james.westby@ubuntu.com-20070413112211-cj3avmyaz311l4tr
Tags: 3.0.11-13ubuntu1
Disabled all arches except for i386.

Show diffs side-by-side

added added

removed removed

Lines of Context:
869
869
        if (tmp == NULL)
870
870
                return ERR_NOMEM;
871
871
        if (sfx)
872
 
                ret = parse_twoul_sfx(val, tmp, 1);
 
872
                ret = parse_twoul_sfx(val, tmp, 1024);
873
873
        else
874
874
                ret = parse_twoul(val, tmp);
875
875
        if (ret && ret != ERR_LONG_TRUNC) {