~ubuntu-branches/ubuntu/trusty/ipxe/trusty

« back to all changes in this revision

Viewing changes to src/usr/imgmgmt.c

  • Committer: Package Import Robot
  • Author(s): James Page
  • Date: 2013-11-26 17:50:47 UTC
  • mfrom: (1.2.2)
  • mto: This revision was merged to the branch mainline in revision 18.
  • Revision ID: package-import@ubuntu.com-20131126175047-rrtzcroy6yyz7lqp
Tags: upstream-1.0.0+git-20131111.c3d1e78
ImportĀ upstreamĀ versionĀ 1.0.0+git-20131111.c3d1e78

Show diffs side-by-side

added added

removed removed

Lines of Context:
72
72
        }
73
73
 
74
74
        /* Wait for download to complete */
75
 
        if ( ( rc = monojob_wait ( uri_string_redacted ) ) != 0 )
 
75
        if ( ( rc = monojob_wait ( uri_string_redacted, 0 ) ) != 0 )
76
76
                goto err_monojob_wait;
77
77
 
78
78
        /* Register image */