git.samba.org
/
ira
/
wip.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fb3b098
)
s3-spoolss: use SPOOLSS_ARCHITECTURE_ALL in driver enum server code.
author
Günther Deschner
<gd@samba.org>
Tue, 8 Dec 2009 13:46:10 +0000
(14:46 +0100)
committer
Günther Deschner
<gd@samba.org>
Tue, 8 Dec 2009 15:20:51 +0000
(16:20 +0100)
Guenther
source3/rpc_server/srv_spoolss_nt.c
patch
|
blob
|
history
diff --git
a/source3/rpc_server/srv_spoolss_nt.c
b/source3/rpc_server/srv_spoolss_nt.c
index 9abed16ed98401e6ed2418cf11d419bb7ca8d512..1e66c7c021cb051768bd2ab06e2ea372ef22c290 100644
(file)
--- a/
source3/rpc_server/srv_spoolss_nt.c
+++ b/
source3/rpc_server/srv_spoolss_nt.c
@@
-6461,7
+6461,7
@@
static WERROR enumprinterdrivers_level(TALLOC_CTX *mem_ctx,
uint32_t a,i;
WERROR result = WERR_OK;
- if (strequal(architecture,
"all"
)) {
+ if (strequal(architecture,
SPOOLSS_ARCHITECTURE_ALL
)) {
for (a=0; archi_table[a].long_archi != NULL; a++) {