r23783: Processing the UAS change message was causing problems on ppc64 Linux
authorAndrew Tridgell <tridge@samba.org>
Tue, 10 Jul 2007 00:47:40 +0000 (00:47 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 17:28:21 +0000 (12:28 -0500)
commitdf2465298b2ca9cca92fadf69536dc77ade9fdb3
treee28064cf8852ade48b73b4bb78cab636f9d1fe89
parentf622dc8d2f4b27db433aa443ef503e80c67f2fc9
r23783: Processing the UAS change message was causing problems on ppc64 Linux
systems. Rather than trying to fix this, it's much better just to
remove the code, as it serves no purpose at all (the message that is
generated is ignored by smbd).

This sort of parsing should really be done by PIDL generated code.
(This used to be commit 22e8404cef4961f7468a9f24e23024c827233b84)
source3/nmbd/nmbd_processlogon.c
source3/smbd/server.c