fs/smb/client/sess.c:462:20: warning: duplicated ‘if’ condition

From: David Binderman
Date: Thu Dec 28 2023 - 06:35:41 EST


Hello there,

Recent development versions of gcc compiler produce the above warning
in linux-6.7-rc7.

Source code is

if (old_iface) {
....
} else if (old_iface) {

Regards

David Binderman