mirror of
https://github.com/samba-team/samba.git
synced 2025-11-18 00:23:50 +03:00
r13408: Remove C++ comments (# 3494)
Guenther
This commit is contained in:
committed by
Gerald (Jerry) Carter
parent
5b3c2e63c7
commit
cf86d4c9f0
@@ -1206,7 +1206,7 @@ static int iprint_queue_get(const char *sharename,
|
||||
|
||||
static int iprint_queue_pause(int snum)
|
||||
{
|
||||
return(-1); //Not supported without credentials
|
||||
return(-1); /* Not supported without credentials */
|
||||
}
|
||||
|
||||
|
||||
@@ -1216,7 +1216,7 @@ static int iprint_queue_pause(int snum)
|
||||
|
||||
static int iprint_queue_resume(int snum)
|
||||
{
|
||||
return(-1); //Not supported without credentials
|
||||
return(-1); /* Not supported without credentials */
|
||||
}
|
||||
|
||||
/*******************************************************************
|
||||
|
||||
Reference in New Issue
Block a user