rpcrt4: Remove the NDR version check from NdrClientCall2 and NdrStubCall2.
authorRob Shearman <robertshearman@gmail.com>
Fri, 23 Jan 2009 15:09:42 +0000 (15:09 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Fri, 23 Jan 2009 15:14:00 +0000 (16:14 +0100)
commitbcca81f4f44485e9f846e10824d23f397a2bc2b4
treea6c2bd869730a3705a72b51ee8e67208f8f8b3b7
parent05063ece28e2e347cd0331150c89b5aadc66e629
rpcrt4: Remove the NDR version check from NdrClientCall2 and NdrStubCall2.

It does more harm than good, since we can't get any information about
what new features are being used by the caller, if any, by bailing at
this early point.
dlls/rpcrt4/ndr_stubless.c