librpc: Fix warning caused by some empty debug strings
authorTim Prouty <tprouty@samba.org>
Mon, 19 Jan 2009 23:02:25 +0000 (15:02 -0800)
committerTim Prouty <tprouty@samba.org>
Wed, 21 Jan 2009 01:30:28 +0000 (17:30 -0800)
commit53293f2ccba357eab6c4325a08517660e979c1d8
tree02fc245824e8d30ce7c7c2a3bd35ec425d2aa0a7
parent84f2b2d731fb7d97c98414196bf96ee94ea88bb3
librpc: Fix warning caused by some empty debug strings

It would probably be better to create a new macro such as DEBUGHDR to
allow empty strings for debug statements, but for the short term this
eliminates the warning with no negative consequences.
librpc/ndr/ndr.c