Skip to content

Commit

Permalink
set length of ptp text defaults
Browse files Browse the repository at this point in the history
Signed-off-by: Geoff Salmon <[email protected]>
  • Loading branch information
Geoff Salmon authored and richardcochran committed Feb 10, 2013
1 parent 1ce90fe commit fd27f99
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions ptp4l.c
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,13 @@ static struct config cfg_settings = {
.clock_desc = {
.productDescription = {
.max_symbols = 64,
.text = ";;"
.text = ";;",
.length = 2,
},
.revisionData = {
.max_symbols = 32,
.text = ";;"
.text = ";;",
.length = 2,
},
.userDescription = { .max_symbols = 128 },
.manufacturerIdentity = { 0, 0, 0 },
Expand Down

0 comments on commit fd27f99

Please sign in to comment.