From d79a8c68d6ea2288dc8574f994bb281c2a784cf8 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Sun, 16 Apr 2000 08:04:06 +0000 Subject: removed old comments (This used to be commit 9f49d17d4cf904034ce3718626450dc25541b420) --- source3/smbd/ipc.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'source3/smbd/ipc.c') diff --git a/source3/smbd/ipc.c b/source3/smbd/ipc.c index 4f87d632d2..205d00b803 100644 --- a/source3/smbd/ipc.c +++ b/source3/smbd/ipc.c @@ -542,7 +542,6 @@ static int check_printq_info(struct pack_desc* desc, #define QUEUE_STATUS_ERROR 2 /* turn a print job status into a on the wire status - right now these are complete guesses - need to fill them in (tridge) */ static int printj_status(int v) { @@ -560,7 +559,6 @@ static int printj_status(int v) } /* turn a print queue status into a on the wire status - right now these are complete guesses - need to fill them in (tridge) */ static int printq_status(int v) { -- cgit