diff options
| author | Julian Elischer <julian@FreeBSD.org> | 2008-08-20 01:05:56 +0000 |
|---|---|---|
| committer | Julian Elischer <julian@FreeBSD.org> | 2008-08-20 01:05:56 +0000 |
| commit | ac957cd271f0545e1010b812de3ac6238a6e6183 (patch) | |
| tree | 1a19e6226789a77aca65db762eda0fb078daa7e5 /sys/netgraph | |
| parent | d3acb88acad94538956be7589213d97fa3989eb6 (diff) | |
Notes
Diffstat (limited to 'sys/netgraph')
| -rw-r--r-- | sys/netgraph/ng_base.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netgraph/ng_base.c b/sys/netgraph/ng_base.c index 487fd25d927a..b41d57da1f92 100644 --- a/sys/netgraph/ng_base.c +++ b/sys/netgraph/ng_base.c @@ -646,7 +646,7 @@ ng_make_node_common(struct ng_type *type, node_p *nodepp) mtx_lock(&ng_idhash_mtx); for (;;) { /* wrap protection, even if silly */ node_p node2 = NULL; - node->nd_ID = V_nextID++; /* 137/second for 1 year before wrap */ + node->nd_ID = V_nextID++; /* 137/sec for 1 year before wrap */ /* Is there a problem with the new number? */ NG_IDHASH_FIND(node->nd_ID, node2); /* already taken? */ |
