Micro-Optimize cliconnect.c
commitb04d00744efb2189c37c01b2c57cc3899db1e482
authorVolker Lendecke <vl@samba.org>
Sat, 13 Dec 2008 15:53:17 +0000 (13 16:53 +0100)
committerVolker Lendecke <vl@samba.org>
Sat, 13 Dec 2008 18:19:45 +0000 (13 19:19 +0100)
tree1811ede8a93aa09c9554f323fcd17d99f15e82bc
parent1b7b0e924f3064a9774fd5d46bedc3d342b39ddb
Micro-Optimize cliconnect.c

In this form, the prots array is fully read-only in the text segment and thus
can be shared between processes.

Probably pointless, but I had fun doing it :-)
source3/libsmb/cliconnect.c