Fix comment.
authorTim Potter <tpot@samba.org>
Sun, 7 Dec 2003 10:48:31 +0000 (10:48 +0000)
committerTim Potter <tpot@samba.org>
Sun, 7 Dec 2003 10:48:31 +0000 (10:48 +0000)
(This used to be commit a999f7f23fc68e51dd04f1c5a2c84f19d5c4a0a5)

source3/rpcclient/cmd_spoolss.c

index 798949fae92f448ac400204d2ad34d6366a5ca6e..f5a440c024c455ffb36168555aa55a3f236660b1 100644 (file)
@@ -1336,7 +1336,7 @@ static WERROR cmd_spoolss_addprinterex(struct cli_state *cli,
         slprintf(servername, sizeof(servername)-1, "\\\\%s", cli->desthost);
         strupper_m(servername);
 
-       /* Fill in the DRIVER_INFO_3 struct */
+       /* Fill in the DRIVER_INFO_2 struct */
        ZERO_STRUCT(info2);
 #if 0  /* JERRY */
        init_unistr( &info2.servername,         servername);