diff options
-rw-r--r-- | proxy/rpcgen/gss_proxy.h | 2 | ||||
-rw-r--r-- | x-files/gss_proxy.x | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/proxy/rpcgen/gss_proxy.h b/proxy/rpcgen/gss_proxy.h index 6e98510..281c225 100644 --- a/proxy/rpcgen/gss_proxy.h +++ b/proxy/rpcgen/gss_proxy.h @@ -521,7 +521,7 @@ struct gssx_res_wrap_size_limit { }; typedef struct gssx_res_wrap_size_limit gssx_res_wrap_size_limit; -#define GSSPROXY 412345 +#define GSSPROXY 400112 #define GSSPROXYVERS 1 #if defined(__STDC__) || defined(__cplusplus) diff --git a/x-files/gss_proxy.x b/x-files/gss_proxy.x index d3e5dd5..90b880a 100644 --- a/x-files/gss_proxy.x +++ b/x-files/gss_proxy.x @@ -637,4 +637,4 @@ program GSSPROXY { gssx_res_wrap_size_limit GSSX_WRAP_SIZE_LIMIT(gssx_arg_wrap_size_limit) = 15; } = 1; -} = 412345; /* XXX obtain from Oracle (Bill Baker, I think) */ +} = 400112; /* gss-proxy: http://www.iana.org/assignments/rpc-program-numbers */ |