diff options
| author | prafull <none@none> | 2006-04-13 12:44:12 -0700 |
|---|---|---|
| committer | prafull <none@none> | 2006-04-13 12:44:12 -0700 |
| commit | 506103f509b55c1bd84ebcef636cdd4931f6d092 (patch) | |
| tree | d953c41d1be65889980d27844e6ba74c71b675d9 /usr/src | |
| parent | c0192a574ab103def0adf824d9e22709b0d0fba9 (diff) | |
| download | illumos-gate-506103f509b55c1bd84ebcef636cdd4931f6d092.tar.gz | |
6375481 eri driver doesn't reset promiscuous mode correctly (fix lint)
Diffstat (limited to 'usr/src')
| -rw-r--r-- | usr/src/uts/sun/io/eri.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/usr/src/uts/sun/io/eri.c b/usr/src/uts/sun/io/eri.c index 3f9b862f47..bcda44a49a 100644 --- a/usr/src/uts/sun/io/eri.c +++ b/usr/src/uts/sun/io/eri.c @@ -1773,10 +1773,6 @@ eri_close(queue_t *rq) { struct eristr *sbp; struct eristr **prevsbp; - int promisc_cnt = 0; - int sap_cnt = 0; - int all_multi_cnt = 0; - struct eri *erip; ASSERT(rq->q_ptr); |
