trafgen: sparse: make seed static
commit05e3f4bf348a47b058ec005c1d350ef46305d1a2
authorDaniel Borkmann <dborkman@redhat.com>
Sat, 13 Jul 2013 14:24:46 +0000 (13 16:24 +0200)
committerDaniel Borkmann <dborkman@redhat.com>
Sat, 13 Jul 2013 14:26:23 +0000 (13 16:26 +0200)
treef62d85cccc10774f0abfe28b34b88112e70fef74
parent3c5bd6bcd871b2cdaa22ff810823f2c5a9cfeb0d
trafgen: sparse: make seed static

sparse reported that the variable seed can be made static:

 trafgen.c:110:14: warning: symbol 'seed' was not declared. Should it be static?

While at it, also rename a local variable 'seed' to not overlap
contexts.

Signed-off-by: Daniel Borkmann <dborkman@redhat.com>
trafgen.c