diff options
author | H. Peter Anvin <hpa@zytor.com> | 2008-09-07 22:41:29 -0700 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2008-09-07 22:41:29 -0700 |
commit | c14f98ab23dbc912aa9db26d86434a4d2bd80a5f (patch) | |
tree | a0b1d6fd48ad30f8af19a88d11a8f4e61cebf52f /gpxe/src/core/main.c | |
parent | 3506d7fb195922b04c941650b1512440bdcc89e4 (diff) | |
download | syslinux.git-c14f98ab23dbc912aa9db26d86434a4d2bd80a5f.tar.gz syslinux.git-c14f98ab23dbc912aa9db26d86434a4d2bd80a5f.tar.xz syslinux.git-c14f98ab23dbc912aa9db26d86434a4d2bd80a5f.zip |
gPXE: update gPXE to current git
Update gPXE to current git.
gpxe-for-syslinux e3ef2094cfa26f874c5f8dbd687eb311830efcf0
gpxe main tree 8223084afc206000312611a3fcfa30a28500d1a3
Diffstat (limited to 'gpxe/src/core/main.c')
-rw-r--r-- | gpxe/src/core/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gpxe/src/core/main.c b/gpxe/src/core/main.c index ca62db25..d5892261 100644 --- a/gpxe/src/core/main.c +++ b/gpxe/src/core/main.c @@ -62,7 +62,7 @@ __cdecl int main ( void ) { shell(); } - shutdown(); + shutdown ( SHUTDOWN_EXIT | shutdown_exit_flags ); return 0; } |