This commit is contained in:
Michael Brown
2007-03-20 18:55:00 +00:00
parent 5578d3b2de
commit 160e66dbb9
3 changed files with 5 additions and 5 deletions

View File

@@ -91,7 +91,7 @@ int pxe_load ( struct image *image ) {
image->type = &pxe_image_type;
/* Verify and prepare segment */
if ( ( rc = prep_segment ( buffer, filesz, memsz ) != 0 ) ) {
if ( ( rc = prep_segment ( buffer, filesz, memsz ) ) != 0 ) {
DBG ( "PXE image could not prepare segment: %s\n",
strerror ( rc ) );
return rc;