From 04bb7e808ae391d207afb2d87e55ea0d20659dd4 Mon Sep 17 00:00:00 2001 From: Gerald Carter Date: Fri, 11 Apr 2003 23:29:23 +0000 Subject: cleanup lanman printing= for win98; device type is LPT1:; patch by Steve L. (This used to be commit beedde03fcdd37b567661d96d97efaac640601bd) --- source3/smbd/reply.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/smbd/reply.c') 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:"; -- cgit