diff options
author | Günther Deschner <gd@samba.org> | 2005-07-21 17:40:20 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 11:00:15 -0500 |
commit | 0b98400cc0b8fa51f995d6cb90382b5f2526b3f5 (patch) | |
tree | 580b45a91aab18105b1da5a07bb0eed3cf719c19 /source3/printing | |
parent | 728dbab082f2c52d5aea5d16a8ffd84b9a8ab1b1 (diff) | |
download | samba-0b98400cc0b8fa51f995d6cb90382b5f2526b3f5.tar.gz samba-0b98400cc0b8fa51f995d6cb90382b5f2526b3f5.tar.bz2 samba-0b98400cc0b8fa51f995d6cb90382b5f2526b3f5.zip |
r8686: Revert %LOGONSERVER%-substitution. The substition is done on the client,
not on the server.
We now preserve this windows variable (important for vampired setups)
and correctly substitute only the "%L"s in strings like:
"%LOGONSERVER% %L %lOgOnSeRvEr% %L".
Guenther
(This used to be commit dccf777f42ce1d3f788548842fb8a606bed5708c)
Diffstat (limited to 'source3/printing')
-rw-r--r-- | source3/printing/printing.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/printing/printing.c b/source3/printing/printing.c index b49f0716ea..2a7cd5d3a7 100644 --- a/source3/printing/printing.c +++ b/source3/printing/printing.c @@ -1383,7 +1383,7 @@ static void print_queue_update(int snum, BOOL force) /* don't strip out characters like '$' from the printername */ pstrcpy( lpqcommand, lp_lpqcommand(snum)); - string_sub2( lpqcommand, "%p", PRINTERNAME(snum), sizeof(lpqcommand), False ); + string_sub2( lpqcommand, "%p", PRINTERNAME(snum), sizeof(lpqcommand), False, False ); standard_sub_snum( snum, lpqcommand, sizeof(lpqcommand) ); /* |