r23522: Save us a kilobyte stack space in a hot code path: I can't see a reason
commit43e51b39892e1742a22c3fb61c4e8afc6a09edc0
authorVolker Lendecke <vlendec@samba.org>
Sat, 16 Jun 2007 18:07:44 +0000 (16 18:07 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 17:23:25 +0000 (10 12:23 -0500)
treeeff0702adfe05dd0efb878a6651b235b8b3821a2
parent32ba5145b8c8385f56a1e8f025c7be1bc848077b
r23522: Save us a kilobyte stack space in a hot code path: I can't see a reason
why check_path_syntax should not be able to run in-line. The destination
pointer either walks side by side with the source pointer or is
decremented. So as far as I can see s>=d is true throughout the whole
routine.

Jeremy, I'm checking this only into 3_0 for now. Please review and ack
or directly merge this to 3_0_26.

Thanks,

Volker
(This used to be commit 34a13c82a3b72d6900614b57c58fbaefeeca8fa7)
source3/smbd/msdfs.c
source3/smbd/reply.c