s3-spoolss: Fixed memory error in winreg_get_driver.
commit3f0562f4b4cfe770baf2e529a445404a7b8f1141
authorAndreas Schneider <asn@samba.org>
Wed, 28 Apr 2010 09:26:08 +0000 (28 11:26 +0200)
committerGünther Deschner <gd@samba.org>
Wed, 5 May 2010 15:33:06 +0000 (5 17:33 +0200)
tree8f15f5eb157f6a1a88fe69b1348c035411105e53
parentc95a79aae9f67dd476b7f6d1d12ad574b54c15ba
s3-spoolss: Fixed memory error in winreg_get_driver.

The strings in the structure need to be initialized with an empty
string.

Signed-off-by: Günther Deschner <gd@samba.org>
source3/rpc_server/srv_spoolss_util.c