Project

General

Profile

« Previous | Next » 

Revision 17ae1ec8

Added by Ohad Levy about 13 years ago

  • ID 17ae1ec86aae90c7aa29b1c95f9100464124a1df

Fixes Bug #837 - Properly handles serverName get

Signed-off-by: Mark Bainter <>

View differences:

lib/proxy_api.rb
# returns the TFTP boot server for this proxy
def bootServer
parse get("serverName")
response = parse get("serverName")
if response and response["serverName"] and !response["serverName"].blank?
return response["serverName"]
end
false
end
# Create a default pxe menu

Also available in: Unified diff