summaryrefslogtreecommitdiffstats
path: root/source3/printing/lpq_parse.c
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2003-03-05 01:30:26 +0000
committerJeremy Allison <jra@samba.org>2003-03-05 01:30:26 +0000
commit1cdafbf17ebbcb1840cdb1bde3b49600406ed904 (patch)
tree2799f3de244e1c62c34c12b516630fa0970d69d1 /source3/printing/lpq_parse.c
parentfe45e6d79a61df5f25e461603ff93c563da186b7 (diff)
downloadsamba-1cdafbf17ebbcb1840cdb1bde3b49600406ed904.tar.gz
samba-1cdafbf17ebbcb1840cdb1bde3b49600406ed904.tar.xz
samba-1cdafbf17ebbcb1840cdb1bde3b49600406ed904.zip
Writable string const fixes.
Jeremy. (This used to be commit 60b0cfc8a5b6275d3460ebc6bf17d0f08e25b67e)
Diffstat (limited to 'source3/printing/lpq_parse.c')
-rw-r--r--source3/printing/lpq_parse.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/printing/lpq_parse.c b/source3/printing/lpq_parse.c
index 4b91b8ac9a..0b4ce4b4ca 100644
--- a/source3/printing/lpq_parse.c
+++ b/source3/printing/lpq_parse.c
@@ -592,7 +592,7 @@ static BOOL parse_lpq_qnx(char *line,print_queue_struct *buf,BOOL first)
{
fstring tok[7];
int count=0;
- const char *cline;
+ const char *cline = line;
DEBUG(4,("antes [%s]\n", line));