diff options
author | Gerald Carter <jerry@samba.org> | 2002-01-23 20:12:05 +0000 |
---|---|---|
committer | Gerald Carter <jerry@samba.org> | 2002-01-23 20:12:05 +0000 |
commit | 294139bf5459206cb7385346cdcc990ebef5530b (patch) | |
tree | 944ec1355793704a822d0f589b55a8e256056821 | |
parent | ffca0084f821af309ef91b5ff4050fb5a9243a37 (diff) | |
download | samba-294139bf5459206cb7385346cdcc990ebef5530b.tar.gz samba-294139bf5459206cb7385346cdcc990ebef5530b.tar.xz samba-294139bf5459206cb7385346cdcc990ebef5530b.zip |
updated an old comment so we don't get confused.
-rw-r--r-- | source/printing/nt_printing.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source/printing/nt_printing.c b/source/printing/nt_printing.c index 340e659efb7..8d808dcedef 100644 --- a/source/printing/nt_printing.c +++ b/source/printing/nt_printing.c @@ -2796,8 +2796,8 @@ WERROR mod_a_printer(NT_PRINTER_INFO_LEVEL printer, uint32 level) { /* * Update the changestamp. Emperical tests show that the - * ChangeID is always updated,but c_setprinter is only - * incremented on a SetPrinter() call. + * ChangeID is always updated,but c_setprinter is + * global spooler variable (not per printer). */ /* ChangeID **must** be increasing over the lifetime |