diff options
author | Gerald Carter <jerry@samba.org> | 2003-04-11 23:29:23 +0000 |
---|---|---|
committer | Gerald Carter <jerry@samba.org> | 2003-04-11 23:29:23 +0000 |
commit | 04bb7e808ae391d207afb2d87e55ea0d20659dd4 (patch) | |
tree | 615b767cd854f137ba2f2960728a270b715e46d7 /source3/smbd/reply.c | |
parent | 70231290eac4e3d9c034daaf44fb64947d9f1bee (diff) | |
download | samba-04bb7e808ae391d207afb2d87e55ea0d20659dd4.tar.gz samba-04bb7e808ae391d207afb2d87e55ea0d20659dd4.tar.bz2 samba-04bb7e808ae391d207afb2d87e55ea0d20659dd4.zip |
cleanup lanman printing= for win98; device type is LPT1:; patch by Steve L.
(This used to be commit beedde03fcdd37b567661d96d97efaac640601bd)
Diffstat (limited to 'source3/smbd/reply.c')
-rw-r--r-- | source3/smbd/reply.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/smbd/reply.c b/source3/smbd/reply.c index c4e95b7562..0b710d6401 100644 --- a/source3/smbd/reply.c +++ b/source3/smbd/reply.c @@ -271,7 +271,7 @@ int reply_tcon_and_X(connection_struct *conn, char *inbuf,char *outbuf,int lengt if ( IS_IPC(conn) ) server_devicetype = "IPC"; else if ( IS_PRINT(conn) ) - server_devicetype = "LPT:"; + server_devicetype = "LPT1:"; else server_devicetype = "A:"; |