Skip to content

Commit

Permalink
Load internal dictionary, for Packet-Src-IP-Address, etc.
Browse files Browse the repository at this point in the history
  • Loading branch information
alandekok committed Nov 2, 2014
1 parent 64f77a8 commit 31424bf
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/modules/proto_dhcp/dhcpclient.c
Original file line number Diff line number Diff line change
Expand Up @@ -325,6 +325,12 @@ int main(int argc, char **argv)
fr_strerror());
return -1;
}

if (dict_read(dict_dir, "dictionary.freeradius.internal") < 0) {
fprintf(stderr, "Failed reading dictionary.freeradius.internal: %s",
fr_strerror());
return -1;
}
}

/*
Expand Down

0 comments on commit 31424bf

Please sign in to comment.