diff options
| author | Simo Sorce <idra@samba.org> | 2010-04-27 11:15:17 -0400 |
|---|---|---|
| committer | Günther Deschner <gd@samba.org> | 2010-05-04 19:38:27 +0200 |
| commit | 17ce20ba960747b863e9c476ee7e46e051697fb2 (patch) | |
| tree | 573e93eb418174c8cb215d556e3841cf99b113ae /source3 | |
| parent | 9c5a59b11e22104787fe7bd4b872a9b9c93c77a3 (diff) | |
| download | samba-17ce20ba960747b863e9c476ee7e46e051697fb2.tar.gz samba-17ce20ba960747b863e9c476ee7e46e051697fb2.tar.xz samba-17ce20ba960747b863e9c476ee7e46e051697fb2.zip | |
s3-spoolss: Remove duplicate macro.
Signed-off-by: Günther Deschner <gd@samba.org>
Diffstat (limited to 'source3')
| -rw-r--r-- | source3/rpc_server/srv_spoolss_util.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/source3/rpc_server/srv_spoolss_util.c b/source3/rpc_server/srv_spoolss_util.c index a0dc1289d4..004427914c 100644 --- a/source3/rpc_server/srv_spoolss_util.c +++ b/source3/rpc_server/srv_spoolss_util.c @@ -3633,11 +3633,6 @@ WERROR winreg_get_driver(TALLOC_CTX *mem_ctx, v = &enum_values[i]; -#define CHECK_ERROR(result) \ - if (W_ERROR_IS_OK(result)) continue; \ - if (W_ERROR_EQUAL(result, WERR_NOT_FOUND)) result = WERR_OK; \ - if (!W_ERROR_IS_OK(result)) break - result = winreg_enumval_to_dword(info8, v, "Version", &info8->version); |
