-
Notifications
You must be signed in to change notification settings - Fork 76
Open
Description
My app crashes with an Error telling me about an undefined key.
if I add the config-fields to options.js, it works.
config.js:
60: {// RFC 2132: Sent by client to identify type of a client
name: 'Vendor Class-Identifier',
type: 'ASCII',
attr: 'vendorClassId', // 'MSFT' (win98, Me, 2000), 'MSFT 98' (win 98, me), 'MSFT 5.0' (win 2000 and up), 'alcatel.noe.0' (alcatel IP touch phone), ...
config: 'vendorClassId'
},
61: {// Sent by client to specify their unique identifier, to be used to disambiguate the lease on the server
name: 'Client-Identifier',
type: 'ASCII',
attr: 'clientId',
config: 'clientId'
},Metadata
Metadata
Assignees
Labels
No labels