]> The Tcpdump Group git mirrors - tcpdump/commit
Keep the two line numbers in esp_print_decode_onesecret() separate.
authorGuy Harris <[email protected]>
Tue, 1 Sep 2015 00:16:07 +0000 (17:16 -0700)
committerGuy Harris <[email protected]>
Tue, 1 Sep 2015 00:16:07 +0000 (17:16 -0700)
commit7f3d84de1debf4982944953defefc2f1d604b288
treea28c2ebd08f14a58bf0989df1ade158dcd40465c
parent486704db7c840dcfb51f70f1812d9c3ad37ad39c
Keep the two line numbers in esp_print_decode_onesecret() separate.

Have the line number for the file we're opening for "file" be separate
from the line number we're passed.  That avoids warnings, and makes it
clearer *which* line number we're using.
print-esp.c