1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-22 13:34:15 +03:00

s4:rpc_server/browser.c - remove unused code

Spotted by the Solaris 10 compiler
This commit is contained in:
Matthias Dieter Wallnöfer 2010-06-29 22:30:05 +02:00
parent 06bafb7596
commit 95127b3f5f

View File

@ -72,8 +72,6 @@ static WERROR dcesrv_BrowserrQueryOtherDomains(struct dcesrv_call_state *dce_cal
default:
return WERR_UNKNOWN_LEVEL;
}
return WERR_INVALID_PARAM;
}