diff options
Diffstat (limited to 'netboot/netboot.go')
-rw-r--r-- | netboot/netboot.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/netboot/netboot.go b/netboot/netboot.go index 6b10c3c..c88cb44 100644 --- a/netboot/netboot.go +++ b/netboot/netboot.go @@ -88,6 +88,6 @@ func ConversationToNetconf(conversation []dhcpv6.DHCPv6) (*NetConf, string, erro } } obf := opt.(*dhcpv6.OptBootFileURL) - bootfile = string(obf.BootFileURL()) + bootfile = string(obf.BootFileURL) return netconf, bootfile, nil } |