X-Git-Url: https://code.citadel.org/?p=citadel.git;a=blobdiff_plain;f=citadel%2Fcontext.h;h=dacac07a267f08b7ffb7006f14c09c0a2a835087;hp=744fcb6001f5bb19ead336859d95f479a228808d;hb=1fee2a05df6383f00214b7681a0be120f6fc7e1f;hpb=6150ec8f254e46e453251cac570b6d7816294a9a diff --git a/citadel/context.h b/citadel/context.h index 744fcb600..dacac07a2 100644 --- a/citadel/context.h +++ b/citadel/context.h @@ -82,7 +82,6 @@ struct CitContext { int curr_view; /* The view type for the current user/room */ int is_master; /* Is this session logged in using the master user? */ - char net_node[32] ;/* Is the client another Citadel server? */ time_t previous_login; /* Date/time of previous login */ char lastcmdname[5]; /* name of last command executed */ unsigned cs_flags; /* miscellaneous flags */ @@ -115,7 +114,6 @@ struct CitContext { char upl_comment[256]; char upl_filedir[PATH_MAX]; char upl_mimetype[64]; - char dl_is_net; char upload_type; struct ctdluser user; /* Database record buffers */