Even if the 'device type' is always an ascii string, use push_string to get
authorAndrew Bartlett <abartlet@samba.org>
Sun, 4 Jan 2004 11:05:30 +0000 (11:05 +0000)
committerAndrew Bartlett <abartlet@samba.org>
Sun, 4 Jan 2004 11:05:30 +0000 (11:05 +0000)
commit53d802c72aa712e099dc8de666ab66a21e18fae1
tree8bcda4e005c9ac7a0abf1b9f3ac870798e57fff9
parentdafa4d202b65382c365f10365208d9de4eef5586
Even if the 'device type' is always an ascii string, use push_string to get
it out onto the wire.  Avoids valgrind warnings because the fstrcpy() causes
part of the wire buffer to be 'marked'.

Andrew Bartlett
source/libsmb/cliconnect.c