summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2000-04-16 08:04:06 +0000
committerAndrew Tridgell <tridge@samba.org>2000-04-16 08:04:06 +0000
commitd79a8c68d6ea2288dc8574f994bb281c2a784cf8 (patch)
treea3e2398644320fcf9dfb394c6c8107a38723c53f
parent7ee1c906f4418440ce3f110f6cae84c186cf1163 (diff)
downloadsamba-d79a8c68d6ea2288dc8574f994bb281c2a784cf8.tar.gz
samba-d79a8c68d6ea2288dc8574f994bb281c2a784cf8.tar.bz2
samba-d79a8c68d6ea2288dc8574f994bb281c2a784cf8.zip
removed old comments
(This used to be commit 9f49d17d4cf904034ce3718626450dc25541b420)
-rw-r--r--source3/smbd/ipc.c2
1 files changed, 0 insertions, 2 deletions
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)
{