diff options
author | Simo Sorce <simo@redhat.com> | 2012-01-19 14:49:22 -0500 |
---|---|---|
committer | Simo Sorce <simo@redhat.com> | 2012-01-20 00:38:16 -0500 |
commit | 8e4d1ddfcd496a38aa5ea07b2d0d60f2833a98fa (patch) | |
tree | ded0026d15463ea8af68552cb16a57c39db23d69 /proxy/src/gp_socket.c | |
parent | 81090c3159fed8efd2184ebb7d0d9acf3c2914ff (diff) | |
download | gss-proxy-8e4d1ddfcd496a38aa5ea07b2d0d60f2833a98fa.tar.gz gss-proxy-8e4d1ddfcd496a38aa5ea07b2d0d60f2833a98fa.tar.xz gss-proxy-8e4d1ddfcd496a38aa5ea07b2d0d60f2833a98fa.zip |
Add rpc processing infrastructure
Diffstat (limited to 'proxy/src/gp_socket.c')
-rw-r--r-- | proxy/src/gp_socket.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/proxy/src/gp_socket.c b/proxy/src/gp_socket.c index ea8ae19..664d6f4 100644 --- a/proxy/src/gp_socket.c +++ b/proxy/src/gp_socket.c @@ -40,9 +40,6 @@ #define CRED_TYPE_UNIX 0x01 #define CRED_TYPE_SELINUX 0x02 -/* max out at 1MB for now */ -#define MAX_RPC_SIZE 1024*1024 - struct gp_creds { int type; #ifdef HAVE_UCRED |