Bugzilla – Attachment 68453 Details for
Bug 150945
PXE server only works on X86PC
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
IDP Log In
|
Forgot Password
[patch]
patch to test for service architecture
pxe-other-arch.patch (text/plain), 422 bytes, created by
Jonathan Ward
on 2006-02-14 20:50:42 UTC
(
hide
)
Description:
patch to test for service architecture
Filename:
MIME Type:
Creator:
Jonathan Ward
Created:
2006-02-14 20:50:42 UTC
Size:
422 bytes
patch
obsolete
>--- options.cc.old 2003-02-02 08:24:29.000000000 -0500 >+++ options.cc 2006-02-09 23:32:12.000000000 -0500 >@@ -640,7 +640,7 @@ > return(NULL); > > // search for the arch name >- for(i=0; i != CSA_types[i].arch_id; i++); >+ for(i=0; serv_ptr->csa != CSA_types[i].arch_id; i++); > tmpc = new char[strlen(CSA_types[i].arch_name) + > (strlen(serv_ptr->filebase)*2) + 8]; > sprintf(tmpc, "%s/%s/%s.%d", CSA_types[i].arch_name,
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
Actions:
View
|
Diff
Attachments on
bug 150945
: 68453